Skip to content

Translated using Weblate (French) #130

Translated using Weblate (French)

Translated using Weblate (French) #130

Triggered via push July 23, 2024 23:03
Status Success
Total duration 49s
Artifacts

build-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
build: SS14.Launcher/Localization/Xaml/GetExtension.cs#L10
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SS14.Launcher/Localization/Language.cs#L44
The variable 'e' is declared but never used
build: SS14.Launcher/ViewModels/MainWindowViewModel.cs#L47
Non-nullable field '_launcherInfoError' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/ViewModels/MainWindowViewModel.cs#L119
Possible null reference argument for parameter 'args' in 'string Loc.GetString(string sourceString, params object[] args)'.
build: SS14.Launcher/ViewModels/AccountDropDownViewModel.cs#L82
Possible null reference argument for parameter 'args' in 'string Loc.GetString(string sourceString, params object[] args)'.
build: SS14.Launcher/Localization/LocalizationManager.cs#L48
Non-nullable field '_currentLanguageDisplayString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SS14.Launcher/Models/Data/LoginInfo.cs#L23
Non-nullable property 'AuthServer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: SS14.Launcher/Localization/LocalizationManager.cs#L336
Cannot convert null literal to non-nullable reference type.
build: SS14.Launcher/ViewModels/ConnectingViewModel.cs#L34
The event 'ConnectingViewModel.StartedConnecting' is never used