Skip to content

Merge branch 'master' into feature/tree-source-gen #103

Merge branch 'master' into feature/tree-source-gen

Merge branch 'master' into feature/tree-source-gen #103

Triggered via push January 22, 2024 20:26
Status Success
Total duration 4m 21s
Artifacts
Matrix: build
NuGet Push
0s
NuGet Push
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Build on ubuntu-latest: Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on ubuntu-latest: Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on ubuntu-latest: Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on ubuntu-latest: Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on ubuntu-latest: Tsu.CLI/src/lib/Commands/Errors/CommandDefinitionException.cs#L73
Member 'CommandDefinitionException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CommandDefinitionException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on ubuntu-latest: Tsu.CLI/src/lib/Commands/Errors/CommandInvocationException.cs#L93
Member 'CommandInvocationException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CommandInvocationException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on ubuntu-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L94
Member 'InputLineParseException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InputLineParseException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on ubuntu-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L85
'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 on ubuntu-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L96
'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 on ubuntu-latest: Tsu.CLI/src/lib/Commands/Errors/CommandInvocationException.cs#L84
'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 on macos-latest: Tsu.CLI/src/lib/Commands/Errors/CommandDefinitionException.cs#L73
Member 'CommandDefinitionException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CommandDefinitionException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on macos-latest: Tsu.CLI/src/lib/Commands/Errors/CommandInvocationException.cs#L93
Member 'CommandInvocationException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CommandInvocationException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on macos-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L94
Member 'InputLineParseException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InputLineParseException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on macos-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L85
'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 on macos-latest: Tsu.CLI/src/lib/Commands/Errors/CommandInvocationException.cs#L84
'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 on macos-latest: Tsu.CLI/src/lib/Commands/Errors/CommandDefinitionException.cs#L64
'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 on macos-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L96
'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 on macos-latest: Tsu.CLI/src/lib/Commands/Errors/CommandDefinitionException.cs#L75
'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 on macos-latest: Tsu.CLI/src/lib/Commands/Errors/CommandInvocationException.cs#L95
'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 on macos-latest: Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on windows-latest: Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on windows-latest: Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on windows-latest: Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on windows-latest: Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build on windows-latest: Tsu.CLI/src/lib/Commands/Errors/CommandDefinitionException.cs#L73
Member 'CommandDefinitionException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CommandDefinitionException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on windows-latest: Tsu.CLI/src/lib/Commands/Errors/CommandInvocationException.cs#L93
Member 'CommandInvocationException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CommandInvocationException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on windows-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L94
Member 'InputLineParseException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InputLineParseException.GetObjectData(SerializationInfo, StreamingContext)'.
Build on windows-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L85
'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 on windows-latest: Tsu.CLI/src/lib/Commands/Errors/InputLineParseException.cs#L96
'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 on windows-latest: Tsu.CLI/src/lib/Commands/Errors/CommandInvocationException.cs#L84
'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)