Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(317,13): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes). [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(318,14): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes). [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(319,13): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes). [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(320,14): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes). [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(321,14): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes). [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(759,4): warning SYSLIB0003: 'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003) [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(761,24): warning CS0672: Member 'OptionException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'OptionException.GetObjectData(SerializationInfo, StreamingContext)'. [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
D:\a\WEventViewer\WEventViewer\src\WEventViewer\Options.cs(324,75): warning CS8769: Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes). [D:\a\WEventViewer\WEventViewer\src\WEventViewer\WEventViewer.csproj]
|
|
This job succeeded
Loading