尝试修复文件编码 #75
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
'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
Possible null reference argument for parameter 'filter' in 'FileSystemWatcher.FileSystemWatcher(string path, string filter)'.
|
build
Possible null reference argument for parameter 'filter' in 'FileSystemWatcher.FileSystemWatcher(string path, string filter)'.
|
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
|