[WIP] Use IGameVersion as source for install dir #240
Annotations
6 errors and 2 warnings
Build Self Contained:
BeatSaberModManager/Models/Implementations/Versions/OculusGameVersion.cs#L33
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build Self Contained:
BeatSaberModManager/Startup.cs#L51
Cannot implicitly convert type 'BeatSaberModManager.Models.Interfaces.IGameVersion' to 'string'
|
Build Self Contained:
BeatSaberModManager/ViewModels/DashboardViewModel.cs#L52
Argument 1: cannot convert from 'string' to 'BeatSaberModManager.Models.Interfaces.IGameVersion'
|
Build Self Contained:
BeatSaberModManager/Models/Implementations/Versions/OculusGameVersion.cs#L50
GetHashCode creates an exception of type NotImplementedException. Exceptions should not be raised in this type of method. If this exception instance might be raised, change this method's logic so it no longer raises an exception. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1065)
|
Build Self Contained:
BeatSaberModManager/Models/Implementations/Versions/OculusGameVersion.cs#L45
Equals creates an exception of type NotImplementedException. Exceptions should not be raised in this type of method. If this exception instance might be raised, change this method's logic so it no longer raises an exception. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1065)
|
Build Self Contained
Process completed with exit code 1.
|
Build Self Contained:
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 Self Contained:
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