Bump actions/setup-dotnet from 4 to 5 #129
Annotations
10 warnings
|
src/BitMono.Utilities/Runtime/DotNetRuntimeInfoEx.cs#L21
Converting null literal or possible null value to non-nullable type.
|
|
src/BitMono.Utilities/AsmResolver/TypeDescriptorExtensions.cs#L5
Possible null reference assignment.
|
|
src/BitMono.Shared/Models/ProtectionSetting.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/BitMono.Shared/Models/ObfuscationSettings.cs#L9
Non-nullable property 'OutputDirectoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/BitMono.Shared/Models/ObfuscationSettings.cs#L8
Non-nullable property 'ReferencesDirectoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/BitMono.Shared/Models/CriticalAttribute.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/BitMono.Shared/Models/CriticalAttribute.cs#L5
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/BitMono.Runtime/Hooking.cs#L8
Dereference of a possibly null reference.
|
|
src/BitMono.Runtime/Hooking.cs#L7
Dereference of a possibly null reference.
|
|
.dotnet/sdk/9.0.304/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets#L254
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
The logs for this run have expired and are no longer available.
Loading