chore: version bump via versionize #6
Merged
Annotations
12 warnings
|
MakerPrompt.Blazor/Services/AppConfigurationService.cs#L24
Possible null reference assignment.
|
|
MakerPrompt.Blazor/Services/AppConfigurationService.cs#L24
Possible null reference assignment.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L203
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L202
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L211
Non-nullable property 'Printer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L218
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L240
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L239
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L249
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Services/PrusaLinkApiService.cs#L247
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
MakerPrompt.Shared/Infrastructure/BaseSerialService.cs#L25
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.
|
|
MakerPrompt.Shared/Infrastructure/ConnectionComponentBase.cs#L49
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.
|
The logs for this run have expired and are no longer available.
Loading