Skip to content

还原删除测试代码 #73

还原删除测试代码

还原删除测试代码 #73

Triggered via push November 18, 2024 10:05
Status Success
Total duration 3m 16s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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
Possible null reference argument for parameter 'source' in 'string[] Enumerable.ToArray<string>(IEnumerable<string> source)'.
build
Possible null reference argument for parameter 'source' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)'.