Skip to content

Fix steam authentication with valid credentials #251

Fix steam authentication with valid credentials

Fix steam authentication with valid credentials #251

Triggered via push August 23, 2024 20:45
Status Failure
Total duration 1m 27s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 6 warnings
Build Linux: BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'LibDepotDownloader.DownloadConfig'
Build Linux: BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'SteamKit2.SteamUser.LogOnDetails'
Build Linux: BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'LibDepotDownloader.ISteamAuthenticator'
Build Linux: BeatSaberModManager/Program.cs#L138
The type or namespace name 'SessionConfig' could not be found (are you missing a using directive or an assembly reference?)
Build Linux: BeatSaberModManager/ViewModels/SteamAuthenticationViewModel.cs#L22
'SteamAuthenticationViewModel' does not implement interface member 'ISteamAuthenticator.DisplayQrCode(string)'
Build Linux: BeatSaberModManager/ViewModels/SteamAuthenticationViewModel.cs#L22
'SteamAuthenticationViewModel' does not implement interface member 'ISteamAuthenticator.ProvideLoginDetailsAsync()'
Build Linux
Process completed with exit code 1.
Build Windows: BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'LibDepotDownloader.DownloadConfig'
Build Windows: BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'SteamKit2.SteamUser.LogOnDetails'
Build Windows: BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'LibDepotDownloader.ISteamAuthenticator'
Build Windows: BeatSaberModManager/Program.cs#L138
The type or namespace name 'SessionConfig' could not be found (are you missing a using directive or an assembly reference?)
Build Windows: BeatSaberModManager/ViewModels/SteamAuthenticationViewModel.cs#L22
'SteamAuthenticationViewModel' does not implement interface member 'ISteamAuthenticator.DisplayQrCode(string)'
Build Windows: BeatSaberModManager/ViewModels/SteamAuthenticationViewModel.cs#L22
'SteamAuthenticationViewModel' does not implement interface member 'ISteamAuthenticator.ProvideLoginDetailsAsync()'
Build Windows
Process completed with exit code 1.
Build Linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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 Linux: BSIPA-Linux/src/Program.cs#L103
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
Build Linux: BSIPA-Linux/src/Program.cs#L92
Using member 'System.Reflection.Assembly.LoadFile(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
Build Windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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 Windows: BSIPA-Linux/src/Program.cs#L103
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
Build Windows: BSIPA-Linux/src/Program.cs#L92
Using member 'System.Reflection.Assembly.LoadFile(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.