Update nuget non-major dependencies #160
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(97,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]
|
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(99,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]
|
/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]
|
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher/DispatcherBase.cs(19,20): 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]
|
|
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(97,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]
|
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher.Generator/DispatcherRegistrationsCodeGenerator.cs(99,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]
|
/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]
|
/home/runner/work/dotnet-dispatcher/dotnet-dispatcher/src/DotnetDispatcher/DispatcherBase.cs(19,20): 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]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifacts".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading