Skip to content

Replace CreateFlagCommand with lock #349

Replace CreateFlagCommand with lock

Replace CreateFlagCommand with lock #349

Triggered via push August 20, 2024 04:01
Status Success
Total duration 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: MyApp.ServiceModel/CreatorKit/Contacts.cs#L27
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Contacts.cs#L29
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Contacts.cs#L31
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Contacts.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Contacts.cs#L14
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Contacts.cs#L16
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L162
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L163
Non-nullable property 'Cc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L164
Non-nullable property 'Bcc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L166
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.