Update publish.yml #11
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
build:
src/SenseNet.Tools/SnException.cs#L63
Member 'SnException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'SnException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
src/SenseNet.Tools/Tools/TypeNotFoundException.cs#L34
'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:
src/SenseNet.Tools/SnException.cs#L58
'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:
src/SenseNet.Tools/SnException.cs#L65
'Exception.GetObjectData(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:
src/SenseNet.Tools/Tools/CommandLineArguments/ParsingException.cs#L68
'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:
src/SenseNet.Tools/Diagnostics/SnILogger.cs#L37
This call site is reachable on all platforms. 'EventLogEntryType.Warning' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/SenseNet.Tools/Diagnostics/SnILogger.cs#L34
This call site is reachable on all platforms. 'EventLogEntryType.Information' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/SenseNet.Tools/Diagnostics/SnILogger.cs#L30
This call site is reachable on all platforms. 'EventLogEntryType.FailureAudit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/SenseNet.Tools/Diagnostics/SnILogger.cs#L29
This call site is reachable on all platforms. 'EventLogEntryType.Error' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/SenseNet.Tools/Diagnostics/SnILogger.cs#L33
This call site is reachable on all platforms. 'EventLogEntryType.SuccessAudit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|