Skip to content

Merge pull request #24 from Atemu/mime-no-absolute-path #235

Merge pull request #24 from Atemu/mime-no-absolute-path

Merge pull request #24 from Atemu/mime-no-absolute-path #235

Triggered via push November 13, 2023 13:04
Status Failure
Total duration 1m 48s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
Build Linux: BeatSaberModManager/Models/Implementations/BeatSaber/BeatMods/BeatModsDownload.cs#L15
Change the type of property 'BeatModsDownload.Url' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
Build Linux: BeatSaberModManager/Models/Implementations/BeatSaber/BeatMods/BeatModsDownload.cs#L21
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Build Linux: BeatSaberModManager/Models/Implementations/BeatSaber/BeatMods/BeatModsMod.cs#L42
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Build Linux: BeatSaberModManager/Models/Implementations/BeatSaber/BeatMods/BeatModsMod.cs#L48
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Build Linux: BeatSaberModManager/Models/Implementations/BeatSaber/BeatSaver/BeatSaverMap.cs#L34
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Build Linux: BeatSaberModManager/Models/Implementations/BeatSaber/BeatSaver/BeatSaverMapVersion.cs#L15
Change the type of property 'BeatSaverMapVersion.DownloadUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
Build Linux: BeatSaberModManager/Models/Implementations/BeatSaber/Playlists/Playlist.cs#L27
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Build Linux: BeatSaberModManager/Models/Implementations/GitHub/Asset.cs#L21
Change the type of property 'Asset.DownloadUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
Build Linux: BeatSaberModManager/Models/Implementations/GitHub/Release.cs#L21
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
Build Linux: BeatSaberModManager/Models/Implementations/Progress/ProgressInfo.cs#L6
ProgressInfo should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
Build Windows
The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
Build Windows
Process completed with exit code 1.
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.