Skip to content

Fix some warnings (#1654) #patch #351

Fix some warnings (#1654) #patch

Fix some warnings (#1654) #patch #351

Triggered via push December 17, 2023 23:12
Status Success
Total duration 6m 46s
Artifacts
create_release
19s
create_release
Matrix: add_release_archive
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
add_release_archive (linux-x64): Fronter.NET/Fronter.NET/Services/UpdateChecker.cs#L142
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
add_release_archive (linux-x64): Fronter.NET/Fronter.NET/App.axaml.cs#L50
Use Task.ConfigureAwait(false) as the current SynchronizationContext is not needed (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md)
add_release_archive (linux-x64): ImperatorToCK3/CK3/Regexes.cs#L8
Regular expressions should not be vulnerable to Denial of Service attacks (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0009.md)
add_release_archive (osx-arm64): Fronter.NET/Fronter.NET/Services/UpdateChecker.cs#L142
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
add_release_archive (win-x64): Fronter.NET/Fronter.NET/Services/UpdateChecker.cs#L142
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
add_release_archive (win-x64): Fronter.NET/Fronter.NET/App.axaml.cs#L50
Use Task.ConfigureAwait(false) as the current SynchronizationContext is not needed (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md)
add_release_archive (win-x64): ImperatorToCK3/CK3/Regexes.cs#L8
Regular expressions should not be vulnerable to Denial of Service attacks (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0009.md)