Ignore additional exception types in Sentry #523
build-daily.yml
on: push
Current Information
11s
Matrix: cli-daily
Matrix: docker-daily-build
Matrix: tray-service-daily
Send notifications about the new daily build
0s
Annotations
22 errors and 50 warnings
Build CLI — Standalone linux-x64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L90
The type or namespace name 'HttpRequestException' could not be found (are you missing a using directive or an assembly reference?)
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
A local variable or function named 'ex' is already defined in this scope
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
Use of unassigned local variable 'ex'
|
Build CLI — Standalone linux-x64 (Daily)
Process completed with exit code 1.
|
Build CLI — Framework linux-x64 (Daily)
The job was canceled because "linux-x64_6_x_Standalone" failed.
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L90
The type or namespace name 'HttpRequestException' could not be found (are you missing a using directive or an assembly reference?)
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
A local variable or function named 'ex' is already defined in this scope
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
Use of unassigned local variable 'ex'
|
Build CLI — Framework linux-x64 (Daily)
Process completed with exit code 1.
|
Build Docker Image - amd64 (Daily)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dotnet build -c=Release -o=/usr/src/app/build/ Shoko.CLI/Shoko.CLI.csproj \"/p:Version=\\\"${version}\\\",InformationalVersion=\\\"channel=${channel},commit=${commit},tag=${tag},date=${date}\\\"\"" did not complete successfully: exit code: 1
|
Build CLI — Standalone linux-arm64 (Daily)
The job was canceled because "linux-x64_6_x_Standalone" failed.
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L90
The type or namespace name 'HttpRequestException' could not be found (are you missing a using directive or an assembly reference?)
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
A local variable or function named 'ex' is already defined in this scope
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
Use of unassigned local variable 'ex'
|
Build CLI — Standalone linux-arm64 (Daily)
The operation was canceled.
|
Build Docker Image - arm64 (Daily)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dotnet build -c=Release -o=/usr/src/app/build/ -r=linux-arm64 Shoko.CLI/Shoko.CLI.csproj \"/p:Version=\\\"${version}\\\",InformationalVersion=\\\"channel=${channel},commit=${commit},tag=${tag},date=${date}\\\"\" /maxcpucount:1" did not complete successfully: exit code: 1
|
Build Tray Service Standalone (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L90
The type or namespace name 'HttpRequestException' could not be found (are you missing a using directive or an assembly reference?)
|
Build Tray Service Standalone (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
A local variable or function named 'ex' is already defined in this scope
|
Build Tray Service Standalone (Daily):
Shoko.Server/Services/ErrorHandling/SentryInit.cs#L96
Use of unassigned local variable 'ex'
|
Build Tray Service Standalone (Daily)
Process completed with exit code 1.
|
Build Tray Service Framework (Daily)
The job was canceled because "_6_x_Standalone" failed.
|
Build Tray Service Framework (Daily)
The operation was canceled.
|
Build CLI — Standalone linux-x64 (Daily)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L10
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L15
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Extensions/Models.cs#L29
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Utils/Misc.cs#L230
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Standalone linux-x64 (Daily):
Shoko.Commons/Utils/Misc.cs#L250
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L10
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L15
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Extensions/Models.cs#L29
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Utils/Misc.cs#L230
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Utils/Misc.cs#L250
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Framework linux-x64 (Daily):
Shoko.Commons/Utils/Misc.cs#L336
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Standalone linux-arm64 (Daily)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L10
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L15
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Extensions/Models.cs#L29
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Utils/Misc.cs#L230
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build CLI — Standalone linux-arm64 (Daily):
Shoko.Commons/Utils/Misc.cs#L250
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Extensions/Models.cs#L29
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Utils/Misc.cs#L230
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Utils/Misc.cs#L250
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Utils/Misc.cs#L336
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L10
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Standalone (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L15
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Framework (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Framework (Daily):
Shoko.Commons/Shoko.Models/Client/CL_AniDB_Anime.cs#L47
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Framework (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Framework (Daily):
Shoko.Commons/Shoko.Models/Server/AniDB/AniDB_Anime.cs#L80
'AniDB_Anime.DateTimeUpdated' is obsolete: 'Deprecated in favor of AniDB_AnimeUpdate. This is for when an AniDB_Anime fails to save'
|
Build Tray Service Framework (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L10
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Framework (Daily):
Shoko.Commons/Downloads/WebClientEx.cs#L15
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Framework (Daily):
Shoko.Commons/Extensions/Models.cs#L29
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Investigate the use of System.TimeZoneInfo instead.'
|
Build Tray Service Framework (Daily):
Shoko.Commons/Utils/Misc.cs#L230
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Framework (Daily):
Shoko.Commons/Utils/Misc.cs#L250
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Tray Service Framework (Daily):
Shoko.Commons/Utils/Misc.cs#L336
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|