Skip to content

ui tweaks

ui tweaks #9

Triggered via push March 15, 2024 15:05
Status Success
Total duration 47s
Artifacts

build.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: MyApp.ServiceModel/Emails.cs#L10
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Emails.cs#L12
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L58
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L62
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L63
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L27
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L29
Non-nullable property 'ContentLicense' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L43
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L45
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/Posts.cs#L47
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.