Update nuget non-major dependencies #291
Annotations
6 errors and 10 warnings
|
ubuntu-latest
Process completed with exit code 255.
|
|
ubuntu-latest
Target "Compile" has thrown an exception
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/CommandDispatcherShould.cs(18,13): error CS0246: The type or namespace name 'ICommandDispatcher' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/QueryDispatcherShould.cs(30,13): error CS0246: The type or namespace name 'IQueryDispatcher' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/CommandDispatcherShould.cs(18,13): error CS0246: The type or namespace name 'ICommandDispatcher' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/QueryDispatcherShould.cs(30,13): error CS0246: The type or namespace name 'IQueryDispatcher' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(116,21): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherCodeGenerator.cs(53,27): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj]
|
|
ubuntu-latest
CSC : warning CS9057: The analyzer assembly '/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/bin/Release/netstandard2.0/DotnetDispatcher.Generator.dll' references version '4.14.0.0' of the compiler, which is newer than the currently running version '4.8.0.0'. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher/DispatcherBase.cs(19,16): warning CS8714: The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ServiceProviderServiceExtensions.GetRequiredService<T>(IServiceProvider)'. Nullability of type argument 'T' doesn't match 'notnull' constraint. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher/DotnetDispatcher.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher/Attributes/GenerateDispatcherAttribute.cs(11,12): warning CS8618: Non-nullable field '_handlerType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher/DotnetDispatcher.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(14,2): warning RS1038: This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md) [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherCodeGenerator.cs(14,2): warning RS1038: This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md) [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(118,21): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(116,21): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj]
|
|
ubuntu-latest
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherCodeGenerator.cs(53,27): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj]
|