Skip to content

WIP on invoking csc directly for compiling C# code #141

WIP on invoking csc directly for compiling C# code

WIP on invoking csc directly for compiling C# code #141

Triggered via push October 9, 2024 08:35
Status Failure
Total duration 42s
Artifacts 3

build.yml

on: push
build-mono2
20s
build-mono2
build-mono4
28s
build-mono4
build-dotnet6
30s
build-dotnet6
build-dotnet8
22s
build-dotnet8
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 warnings
build-dotnet8: MCGalaxy/Modules/Compiling/CompilerFrontends.cs#L52
An object reference is required for the non-static field, method, or property 'CommandLineCompiler.Compile(string[], string, List<string>)'
build-dotnet8: MCGalaxy/Modules/Compiling/CompilerFrontends.cs#L52
An object reference is required for the non-static field, method, or property 'CommandLineCompiler.Compile(string[], string, List<string>)'
build-dotnet8
Process completed with exit code 1.
build-dotnet6: MCGalaxy/Modules/Compiling/CompilerFrontends.cs#L52
An object reference is required for the non-static field, method, or property 'CommandLineCompiler.Compile(string[], string, List<string>)'
build-dotnet6: MCGalaxy/Modules/Compiling/CompilerFrontends.cs#L52
An object reference is required for the non-static field, method, or property 'CommandLineCompiler.Compile(string[], string, List<string>)'
build-dotnet6
Process completed with exit code 1.
build-dotnet8: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet8: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet8: MCGalaxy/Server/Authentication/LoginAuthenticator.cs#L119
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet8: MCGalaxy/Network/Utils/HttpUtil.cs#L28
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build-dotnet8: MCGalaxy/Network/Utils/HttpUtil.cs#L68
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build-dotnet8: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet8: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet8: MCGalaxy/Server/Authentication/LoginAuthenticator.cs#L119
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet8: MCGalaxy/Network/Utils/HttpUtil.cs#L28
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build-dotnet8: MCGalaxy/Network/Utils/HttpUtil.cs#L68
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build-dotnet6: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet6: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet6: MCGalaxy/Server/Authentication/LoginAuthenticator.cs#L119
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet6: MCGalaxy/Network/Utils/HttpUtil.cs#L28
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build-dotnet6: MCGalaxy/Network/Utils/HttpUtil.cs#L68
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build-dotnet6: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet6: MCGalaxy/Server/Server.cs#L374
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet6: MCGalaxy/Server/Authentication/LoginAuthenticator.cs#L119
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-dotnet6: MCGalaxy/Network/Utils/HttpUtil.cs#L28
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build-dotnet6: MCGalaxy/Network/Utils/HttpUtil.cs#L68
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)

Artifacts

Produced during runtime
Name Size
MCGalaxy-net2.0 Expired
2.3 MB
MCGalaxy-net40 Expired
2.3 MB
MCGalaxy-net40-infid Expired
2.3 MB