Skip to content

Updated version number to alpha-9. #67

Updated version number to alpha-9.

Updated version number to alpha-9. #67

Triggered via push May 17, 2024 21:08
Status Success
Total duration 34s
Artifacts

BuildRelease.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: CodedThought.Core.Utility.Email/TextFileReader.cs#L102
Non-nullable field '_tr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CodedThought.Core.Utility.Email/TextFileReader.cs#L102
Non-nullable field '_fileName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CodedThought.Core.Utility.Email/TextFileReader.cs#L107
Non-nullable field '_tr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CodedThought.Core.Utility.Email/TextFileReader.cs#L107
Non-nullable field '_fileName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CodedThought.Core.Utility.Email/Models/EmailAddress.cs#L229
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CodedThought.Core.Utility.Email/Models/EmailAddress.cs#L229
Non-nullable field '_computerName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CodedThought.Core.Utility.Email/EmailHelper.cs#L47
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CodedThought.Core.Utility.Email/EmailHelper.cs#L47
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CodedThought.Core.Utility.Email/EmailHelper.cs#L47
Non-nullable property 'SMTPService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CodedThought.Core.Utility.Email/EmailHelper.cs#L47
Non-nullable property 'TemplateHTML' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.