Change structure of project #7
Annotations
10 warnings
build:
MTRPZ4.Service/Models/APIResponse.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MTRPZ4.Service/Models/APIResponse.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MTRPZ4.Service/Models/Device.cs#L8
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MTRPZ4.Service/Models/ButtonColor.cs#L8
Non-nullable property 'HEX' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MTRPZ4.Service/Repository/DeviceRepository.cs#L15
Possible null reference return.
|
build:
MTRPZ4.Service/Repository/DeviceRepository.cs#L15
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.
|
build:
MTRPZ4.Service/Repository/PriceRepository.cs#L14
Possible null reference return.
|
build:
MTRPZ4.Service/Repository/PriceRepository.cs#L14
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.
|
build:
MTRPZ4.Service/Repository/ButtonColorRepository.cs#L15
Possible null reference return.
|
build:
MTRPZ4.Service/Repository/ButtonColorRepository.cs#L15
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.
|