Fix steam authentication with valid credentials #251
Annotations
7 errors and 3 warnings
BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'LibDepotDownloader.DownloadConfig'
|
BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'SteamKit2.SteamUser.LogOnDetails'
|
BeatSaberModManager/Program.cs#L89
Error while resolving dependencies for 'BeatSaberModManager.Startup': We have no source for instance of type 'LibDepotDownloader.ISteamAuthenticator'
|
BeatSaberModManager/Program.cs#L138
The type or namespace name 'SessionConfig' could not be found (are you missing a using directive or an assembly reference?)
|
BeatSaberModManager/ViewModels/SteamAuthenticationViewModel.cs#L22
'SteamAuthenticationViewModel' does not implement interface member 'ISteamAuthenticator.DisplayQrCode(string)'
|
BeatSaberModManager/ViewModels/SteamAuthenticationViewModel.cs#L22
'SteamAuthenticationViewModel' does not implement interface member 'ISteamAuthenticator.ProvideLoginDetailsAsync()'
|
|
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/
|
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'.
|
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.
|
The logs for this run have expired and are no longer available.
Loading