Update .NET and dependencies, add dev container #13
Annotations
3 errors and 12 warnings
Blace.Console/Timelapse.cs#L26
'Mat.Mat(int, int, MatType, Array, long)' is inaccessible due to its protection level
|
Blace.Console/Timelapse.cs#L26
'Mat.Mat(int, int, MatType, Array, long)' is inaccessible due to its protection level
|
|
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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Blace.Console/Migrate.cs#L40
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Blace.Console/Migrate.cs#L42
Non-nullable property 'PlaceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Blace.Console/ResetCanvas.cs#L17
Converting null literal or possible null value to non-nullable type.
|
Blace.Console/Migrate.cs#L17
Converting null literal or possible null value to non-nullable type.
|
Blace.Console/Timelapse.cs#L10
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.
|
|
Blace.Console/Migrate.cs#L40
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Blace.Console/Migrate.cs#L42
Non-nullable property 'PlaceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Blace.Console/ResetCanvas.cs#L17
Converting null literal or possible null value to non-nullable type.
|
This job failed
Loading