Skip to content

Use async methods everywhere (#7) #11

Use async methods everywhere (#7)

Use async methods everywhere (#7) #11

Triggered via push November 9, 2023 12:49
Status Success
Total duration 47s
Artifacts

build-master.yml

on: push
build-master
36s
build-master
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-master
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L247
Dereference of a possibly null reference.
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L247
Dereference of a possibly null reference.
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L246
This call site is reachable on all platforms. 'Registry.ClassesRoot' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L225
This call site is reachable on all platforms. 'Registry.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L247
This call site is reachable on all platforms. 'RegistryKey.GetValue(string?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L232
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L225
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L233
This call site is reachable on all platforms. 'RegistryKey.GetValue(string?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L246
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-master: MintPlayer.PlatformBrowser/PlatformBrowser.cs#L227
This call site is reachable on all platforms. 'RegistryKey.GetSubKeyNames()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)