prepare source-generator diagnostics #498
Annotations
11 warnings
Build UnitTest
Library folder does not exist.
Consider setting up caching to speed up your workflow,
if this is not your first build.
|
Run dotnet build -c Debug
Non-nullable field 'other' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run dotnet build -c Debug
The using directive for 'MemoryPack' appeared previously in this namespace
|
Run dotnet build -c Debug
The using directive for 'System.Runtime.InteropServices' appeared previously in this namespace
|
Run dotnet build -c Debug
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Run dotnet build -c Debug
Argument 1 should be passed with the 'in' keyword
|
Run dotnet build -c Debug
Argument 1 should be passed with the 'in' keyword
|
Run dotnet build -c Debug
Non-nullable field 'other' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run dotnet build -c Debug:
sandbox/SandboxConsoleApp/Program.cs#L31
The using directive for 'MemoryPack' appeared previously in this namespace
|
Run dotnet build -c Debug:
sandbox/SandboxConsoleApp/Program.cs#L32
The using directive for 'System.Runtime.InteropServices' appeared previously in this namespace
|
Run dotnet build -c Debug:
sandbox/SandboxConsoleApp/Program.cs#L75
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Loading