Skip to content

Converted Blazor Razor Pages to ASP.NET Core Razor Pages #122

Converted Blazor Razor Pages to ASP.NET Core Razor Pages

Converted Blazor Razor Pages to ASP.NET Core Razor Pages #122

Triggered via push April 24, 2024 07:47
Status Success
Total duration 1m 3s
Artifacts

mldotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
mlnetJob
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/.
mlnetJob: TicTacToe.Distribution/Models/TicTacToeUpdateResponse.cs#L31
Cannot convert null literal to non-nullable reference type.
mlnetJob: TicTacToeML/MLModels/MLModel1.cs#L95
Non-nullable property 'Features' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
mlnetJob: TicTacToe.Distribution/Models/TicTacToeUpdateResponse.cs#L23
Non-nullable property 'PredictionScore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
mlnetJob: TicTacToeML/MLModels/MLModel1.cs#L101
Non-nullable property 'Score' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
mlnetJob: TicTacToe.Distribution/Cache/Extensions.cs#L14
Non-nullable field '_appInstanceId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
mlnetJob: TicTacToeML/MLModel1.consumption.cs#L95
Non-nullable property 'Features' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
mlnetJob: TicTacToe.Distribution/Models/TicTacToeResult.cs#L28
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
mlnetJob: TicTacToeML/MLModel1.consumption.cs#L101
Non-nullable property 'Score' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
mlnetJob: AspCoreWebAppRazorPages/data/TicTacToeService.cs#L11
Cannot convert null literal to non-nullable reference type.
mlnetJob: AspCoreWebAppRazorPages/Pages/TicTacToeJq.cshtml.cs#L12
Cannot convert null literal to non-nullable reference type.