Update dependency Meziantou.Analyzer to 2.0.248 #1093
Annotations
80 warnings
|
build (ubuntu-latest):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (ubuntu-latest)
Missing XML comment for publicly visible type or member 'OriginGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (ubuntu-latest):
src/GameFinder.StoreHandlers.EADesktop/Crypto/Hashing.cs#L41
TODO find or create a lib that works with spans (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (ubuntu-latest)
Missing XML comment for publicly visible type or member 'EADesktopGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (ubuntu-latest):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
|
|
build (ubuntu-latest)
Missing XML comment for publicly visible type or member 'XboxGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (ubuntu-latest):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (ubuntu-latest):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (ubuntu-latest)
Missing XML comment for publicly visible type or member 'XboxGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (ubuntu-latest):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
|
|
build (ubuntu-latest):
src/GameFinder.StoreHandlers.EADesktop/Crypto/Hashing.cs#L41
TODO find or create a lib that works with spans (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (ubuntu-latest)
Missing XML comment for publicly visible type or member 'EADesktopGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (ubuntu-latest)
Missing XML comment for publicly visible type or member 'OriginGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (ubuntu-latest):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (macos-latest)
Missing XML comment for publicly visible type or member 'EADesktopGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-latest)
Missing XML comment for publicly visible type or member 'EGSGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-latest):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (macos-latest):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
|
|
build (macos-latest)
Missing XML comment for publicly visible type or member 'XboxGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-latest)
Missing XML comment for publicly visible type or member 'OriginGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-latest):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (macos-latest):
tests/GameFinder.RegistryUtils.Tests/WindowsRegistryTests/Test_Windows_ConvertHive.cs#L10
Use System.OperatingSystem to check the current OS (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0144.md)
|
|
build (macos-latest):
src/GameFinder.Launcher.Heroic/HeroicGOGHandler.cs#L67
Using member 'GameFinder.Launcher.Heroic.HeroicGOGHandler.ParseInstalledJsonFile(AbsolutePath, AbsolutePath)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Calls System.Text.Json.JsonSerializer.Deserialize<TValue>(Stream, JsonSerializerOptions).
|
|
build (macos-latest):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
|
|
build (macos-latest)
Missing XML comment for publicly visible type or member 'EGSGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-latest):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (macos-latest)
Missing XML comment for publicly visible type or member 'OriginGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-latest):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (windows-latest):
src/GameFinder.StoreHandlers.EADesktop/Crypto/Hashing.cs#L41
TODO find or create a lib that works with spans (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (windows-latest)
Missing XML comment for publicly visible type or member 'EADesktopGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (windows-latest)
Missing XML comment for publicly visible type or member 'XboxGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (windows-latest):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
build (windows-latest)
Missing XML comment for publicly visible type or member 'EGSGameId.GetHashCode(IEqualityComparer<string>)'
|
|
|
|
build (windows-latest):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (windows-latest):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (windows-latest)
Missing XML comment for publicly visible type or member 'EADesktopGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (windows-latest)
Missing XML comment for publicly visible type or member 'OriginGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (windows-latest)
Missing XML comment for publicly visible type or member 'XboxGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (windows-latest):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
build (windows-latest)
Missing XML comment for publicly visible type or member 'EGSGameId.GetHashCode(IEqualityComparer<string>)'
|
|
|
|
build (windows-latest):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (windows-latest):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (macos-13):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (macos-13)
Missing XML comment for publicly visible type or member 'OriginGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-13):
src/GameFinder.StoreHandlers.EADesktop/Crypto/Hashing.cs#L41
TODO find or create a lib that works with spans (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (macos-13)
Missing XML comment for publicly visible type or member 'EADesktopGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-13):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
|
|
build (macos-13)
Missing XML comment for publicly visible type or member 'XboxGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-13):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build (macos-13)
Missing XML comment for publicly visible type or member 'EADesktopGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-13)
Missing XML comment for publicly visible type or member 'EGSGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-13):
src/GameFinder.StoreHandlers.EGS/EGSGame.cs#L15
Parameter 'ManifestHash' has no matching param tag in the XML comment for 'EGSGame.EGSGame(EGSGameId, string, AbsolutePath, IReadOnlyList<string>)' (but other parameters do)
|
|
build (macos-13)
Missing XML comment for publicly visible type or member 'XboxGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-13):
src/GameFinder.Wine/DefaultWinePrefixManager.cs#L89
TODO not sure which 3rd party applications actually use this (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
|
|
|
|
build (macos-13)
Missing XML comment for publicly visible type or member 'OriginGameId.GetHashCode(IEqualityComparer<string>)'
|
|
build (macos-13):
src/GameFinder.RegistryUtils/InMemoryRegistry.cs#L132
TODO this is only a stop-gap measure (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
GameFinder.Example-macos-13-5e0cbc682d55deb4664aa0988849abb408110fec
|
37.6 MB |
sha256:8fa1f50cd5c6679348f26db665f2bf78d772d4ecb9ae1c895be85a7dd13b1c34
|
|
|
GameFinder.Example-macos-latest-5e0cbc682d55deb4664aa0988849abb408110fec
|
35.4 MB |
sha256:f3fce0c0903da892f3820c9a7fecd7ffce835615c75281be9a83f4f510f04a70
|
|
|
GameFinder.Example-ubuntu-latest-5e0cbc682d55deb4664aa0988849abb408110fec
|
37.3 MB |
sha256:c319826be670b7029b0b2293127445a7d82bce4ee159fad96b314cf2e903f982
|
|
|
GameFinder.Example-windows-latest-5e0cbc682d55deb4664aa0988849abb408110fec
|
37.4 MB |
sha256:7096d6c9e4d1333e45606b409ee76c1f3b46c3cd05b66a24c1e6bc3d817474e3
|
|