Merge pull request #12 from dotnet-campus/t/lindexi/FixBuild #13
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: nuget/setup-nuget@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The type 'DisallowNullAttribute' in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs' conflicts with the imported type 'DisallowNullAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs'.
|
build
The type 'DisallowNullAttribute' in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs' conflicts with the imported type 'DisallowNullAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs'.
|
build
The type 'DisallowNullAttribute' in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs' conflicts with the imported type 'DisallowNullAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs'.
|
build
The type 'DisallowNullAttribute' in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs' conflicts with the imported type 'DisallowNullAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs'.
|
build
The type 'NotNullAttribute' in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs' conflicts with the imported type 'NotNullAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\walterlv.nullableattributes.source\5.7.1\build\..\src\CodeAnalysis.cs'.
|
build
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build
Non-nullable field '_localizableStrings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build
A possible null value may not be used for a type marked with
|
build
Possible null reference argument for parameter 'source' in 'string[] Enumerable.ToArray<string>(IEnumerable<string> source)'.
|