WIP on invoking csc directly for compiling C# code #141
Annotations
3 errors and 10 warnings
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>)'
|
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>)'
|
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
This job failed
Loading