testing workflow #41
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/.
|
Publish:
AutoImport.cs#L960
Non-nullable field 'guid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
AutoImport.cs#L962
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
AutoImport.cs#L963
Non-nullable field 'type' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
AutoImport.cs#L964
Non-nullable field 'url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
AutoImport.cs#L970
Non-nullable field 'browsername' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish:
Methods.cs#L42
Dereference of a possibly null reference.
|
Publish:
Methods.cs#L43
Dereference of a possibly null reference.
|
Publish:
ViewModels/StartPageViewModel.cs#L64
Dereference of a possibly null reference.
|
Publish:
ViewModels/StartPageViewModel.cs#L97
Dereference of a possibly null reference.
|
Publish:
Methods.cs#L171
Possible null reference assignment.
|
Loading