Move to GitHub Actions and Azure App Service.net + .NET and dependency updates #1
build-and-stage.yml
on: pull_request
Build and publish app
28s
Deploy
0s
Annotations
9 errors
Build and publish app:
test/InitializrService.Test.Utils/MockProjectTemplateWebRequest.cs#L14
'WebRequest.WebRequest()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build and publish app:
src/InitializrService/Services/IProjectGenerator.cs#L54
'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 and publish app:
src/InitializrService/Services/IProjectGenerator.cs#L37
'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 and publish app:
src/InitializrService/Controllers/RootController.cs#L131
Static members should appear before non-static members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1204.md)
|
Build and publish app:
test/InitializrService.Test.Utils/MockProjectTemplateWebRequest.cs#L14
'WebRequest.WebRequest()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build and publish app:
src/InitializrService/Services/IProjectGenerator.cs#L54
'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 and publish app:
src/InitializrService/Services/IProjectGenerator.cs#L37
'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 and publish app:
src/InitializrService/Controllers/RootController.cs#L131
Static members should appear before non-static members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1204.md)
|
Build and publish app
Process completed with exit code 1.
|