Skip to content

Bump Microsoft.CodeAnalysis.CSharp.Workspaces, System.Threading.Tasks… #230

Bump Microsoft.CodeAnalysis.CSharp.Workspaces, System.Threading.Tasks…

Bump Microsoft.CodeAnalysis.CSharp.Workspaces, System.Threading.Tasks… #230

Triggered via push December 16, 2024 09:33
Status Failure
Total duration 4m 3s
Artifacts
Matrix: build
NuGet Push
0s
NuGet Push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 34 warnings
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L18
'Program.MyVisitor.VisitBinary(Binary)': no suitable method found to override
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L21
'Program.MyVisitor.VisitConstant(Constant)': no suitable method found to override
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L24
'Program.MyVisitor.VisitFunctionCall(FunctionCall)': no suitable method found to override
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L33
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L33
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L38
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L38
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L46
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L46
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
Build on ubuntu-latest: Tsu.TreeSourceGen/sample/Program.cs#L52
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L18
'Program.MyVisitor.VisitBinary(Binary)': no suitable method found to override
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L21
'Program.MyVisitor.VisitConstant(Constant)': no suitable method found to override
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L24
'Program.MyVisitor.VisitFunctionCall(FunctionCall)': no suitable method found to override
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L28
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L28
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L33
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L33
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L38
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L38
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
Build on macos-latest: Tsu.TreeSourceGen/sample/Program.cs#L57
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build on ubuntu-latest
The target framework 'net7.0' 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 ubuntu-latest
The target framework 'net7.0' 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 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/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.TreeSourceGen/src/Generator.cs#L28
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build on ubuntu-latest: Tsu.TreeSourceGen/src/Generator.cs#L28
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build on ubuntu-latest: Tsu.Benchmarks/NumberScaleMicrobenchmark.cs#L26
'RuntimeMoniker.NetCoreApp50' is obsolete: 'Please switch to the 'RuntimeMoniker.Net50''
Build on macos-latest
The target framework 'net7.0' 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 'net7.0' 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/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.TreeSourceGen/src/Generator.cs#L28
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build on macos-latest: Tsu.Benchmarks/NumberScaleMicrobenchmark.cs#L26
'RuntimeMoniker.NetCoreApp50' is obsolete: 'Please switch to the 'RuntimeMoniker.Net50''
Build on macos-latest: Tsu.Benchmarks/FileSizeFormatBranchingBenchmarks.cs#L27
'RuntimeMoniker.NetCoreApp50' is obsolete: 'Please switch to the 'RuntimeMoniker.Net50''
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/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
The target framework 'net7.0' 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 windows-latest: Tsu.Benchmarks/NumberScaleMicrobenchmark.cs#L26
'RuntimeMoniker.NetCoreApp50' is obsolete: 'Please switch to the 'RuntimeMoniker.Net50''
Build on windows-latest: Tsu.Benchmarks/FileSizeFormatBranchingBenchmarks.cs#L27
'RuntimeMoniker.NetCoreApp50' is obsolete: 'Please switch to the 'RuntimeMoniker.Net50''
Build on windows-latest: Tsu.Benchmarks/FileSizeFormatBranchingBenchmarks.cs#L27
'RuntimeMoniker.NetCoreApp50' is obsolete: 'Please switch to the 'RuntimeMoniker.Net50''
Build on windows-latest
The target framework 'net7.0' 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.