Skip to content

Padding Corrected

Padding Corrected #41

Triggered via push June 6, 2024 20:33
Status Success
Total duration 49s
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: Data/RazorPageData.cs#L27
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Data/RazorPageData.cs#L28
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Data/RazorPageData.cs#L29
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Data/RazorPageData.cs#L30
Non-nullable property 'Excerpt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/SearchResult.cshtml.cs#L13
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Pages/SearchResult.cshtml.cs#L15
Non-nullable property 'SearchResults' 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.