Skip to content

Add building type inheritance #76

Add building type inheritance

Add building type inheritance #76

Triggered via pull request January 29, 2025 01:17
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: Program.cs#L5
The using directive for 'Microsoft.AspNetCore.Identity' appeared previously in this namespace
test: Program.cs#L8
The using directive for 'Microsoft.OpenApi.Models' appeared previously in this namespace
test: Program.cs#L68
Dereference of a possibly null reference.
test: Program.cs#L66
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.
test: HasScopeHandler.cs#L15
Dereference of a possibly null reference.
test: Entities/DinningCourt.cs#L11
Non-nullable property 'StableOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: Controllers/VideoTourController.cs#L43
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.
test: Controllers/VideoTourController.cs#L63
Dereference of a possibly null reference.
test: Controllers/VideoTourController.cs#L76
Dereference of a possibly null reference.
test: Controllers/VideoTourController.cs#L89
Dereference of a possibly null reference.