Skip to content

Add support for different testing libs. #82

Add support for different testing libs.

Add support for different testing libs. #82

Triggered via push January 22, 2024 01:13
Status Failure
Total duration 8m 33s
Artifacts 1
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

58 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/sourcegen/CommandManager/CommandManagerClass.cs#L136
The event 'CommandManagerClass.DiagnosticReported' is never used
Build on ubuntu-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandClass.cs#L31
Missing XML comment for publicly visible type or member 'CommandClass'
Build on ubuntu-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L32
Missing XML comment for publicly visible type or member 'CommandManagerClass'
Build on ubuntu-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L46
XML comment on 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' has a paramref tag for 'commandAttributeSymbol', but there is no parameter by that name
Build on ubuntu-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L50
XML comment has a param tag for 'commandAttributeSymbol', but there is no parameter by that name
Build on ubuntu-latest
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build on macos-latest
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build on macos-latest
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build on macos-latest
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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 macos-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 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 macos-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 macos-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L136
The event 'CommandManagerClass.DiagnosticReported' is never used
Build on macos-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandClass.cs#L31
Missing XML comment for publicly visible type or member 'CommandClass'
Build on macos-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L32
Missing XML comment for publicly visible type or member 'CommandManagerClass'
Build on macos-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L46
XML comment on 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' has a paramref tag for 'commandAttributeSymbol', but there is no parameter by that name
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/sourcegen/CommandManager/CommandManagerClass.cs#L136
The event 'CommandManagerClass.DiagnosticReported' is never used
Build on windows-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandClass.cs#L31
Missing XML comment for publicly visible type or member 'CommandClass'
Build on windows-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L32
Missing XML comment for publicly visible type or member 'CommandManagerClass'
Build on windows-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L46
XML comment on 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' has a paramref tag for 'commandAttributeSymbol', but there is no parameter by that name
Build on windows-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L50
XML comment has a param tag for 'commandAttributeSymbol', but there is no parameter by that name
Build on windows-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L54
Parameter 'compilation' has no matching param tag in the XML comment for 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' (but other parameters do)
Build on windows-latest: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L57
Parameter 'commonSymbols' has no matching param tag in the XML comment for 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' (but other parameters do)
Build on windows-latest
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Intellicode Train
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/vs-intellicode@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Intellicode Train
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Intellicode Train: 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)
Intellicode Train: 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)
Intellicode Train: 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)
Intellicode Train: 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)
Intellicode Train: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L136
The event 'CommandManagerClass.DiagnosticReported' is never used
Intellicode Train: Tsu.CLI/src/sourcegen/CommandManager/CommandClass.cs#L31
Missing XML comment for publicly visible type or member 'CommandClass'
Intellicode Train: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L32
Missing XML comment for publicly visible type or member 'CommandManagerClass'
Intellicode Train: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L46
XML comment on 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' has a paramref tag for 'commandAttributeSymbol', but there is no parameter by that name
Intellicode Train: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L50
XML comment has a param tag for 'commandAttributeSymbol', but there is no parameter by that name
NuGet Push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
NuGet Push
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
NuGet Push: 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)
NuGet Push: 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)
NuGet Push: 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)
NuGet Push: 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)
NuGet Push: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L136
The event 'CommandManagerClass.DiagnosticReported' is never used
NuGet Push: Tsu.CLI/src/sourcegen/CommandManager/CommandClass.cs#L31
Missing XML comment for publicly visible type or member 'CommandClass'
NuGet Push: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L32
Missing XML comment for publicly visible type or member 'CommandManagerClass'
NuGet Push: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L46
XML comment on 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' has a paramref tag for 'commandAttributeSymbol', but there is no parameter by that name
NuGet Push: Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L50
XML comment has a param tag for 'commandAttributeSymbol', but there is no parameter by that name

Artifacts

Produced during runtime
Name Size
Artifacts Expired
1.47 MB