Use async methods everywhere #4
Annotations
11 warnings
pull-request
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/
|
pull-request:
MintPlayer.PlatformBrowser/PlatformBrowser.cs#L247
Dereference of a possibly null reference.
|
pull-request:
MintPlayer.PlatformBrowser/PlatformBrowser.cs#L247
Dereference of a possibly null reference.
|
pull-request:
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)
|
pull-request:
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)
|
pull-request:
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)
|
pull-request:
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)
|
pull-request:
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)
|
pull-request:
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)
|
pull-request:
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)
|
pull-request:
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)
|