Skip to content

Input Type Validation Added #27

Input Type Validation Added

Input Type Validation Added #27

Re-run triggered April 12, 2024 23:08
Status Success
Total duration 36s
Artifacts

MasterTest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/.
build: Pages/isDataType.cshtml.cs#L9
Non-nullable property 'UserInput' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/isDataType.cshtml.cs#L10
Non-nullable property 'DataTypeMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/SQLQueries.cshtml.cs#L10
Non-nullable property 'TableName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/SQLQueries.cshtml.cs#L12
Non-nullable property 'Columns' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/SQLQueries.cshtml.cs#L14
Non-nullable property 'Conditions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/SQLQueries.cshtml.cs#L15
Non-nullable property 'GeneratedQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/StructInfo.cshtml.cs#L32
Possible null reference assignment.
build: Pages/StructInfo.cshtml.cs#L11
Non-nullable property 'StructName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/StructInfo.cshtml.cs#L16
Non-nullable property 'MemberTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/StructInfo.cshtml.cs#L18
Non-nullable property 'GeneratedStruct' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.