browser listing in ui #88
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Models/AppSettings.cs#L47
'AppSettings.AppSettings()': new protected member declared in sealed type
|
AutoImport.cs#L988
Non-nullable field 'browsername' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AutoImport.cs#L978
Non-nullable field 'guid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AutoImport.cs#L980
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AutoImport.cs#L981
Non-nullable field 'type' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AutoImport.cs#L982
Non-nullable field 'url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Methods.cs#L34
Dereference of a possibly null reference.
|
Methods.cs#L35
Dereference of a possibly null reference.
|
ViewModels/StartPageViewModel.cs#L68
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
ViewModels/StartPageViewModel.cs#L86
Possible null reference assignment.
|
This job succeeded
Loading