Skip to content

Update AppConfig.cs #332

Update AppConfig.cs

Update AppConfig.cs #332

Triggered via push July 26, 2024 04:34
Status Success
Total duration 56s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated 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/Types/Mail.cs#L162
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider 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 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 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 declaring the property as nullable.
build: MyApp.ServiceModel/DiskTasks.cs#L9
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/DiskTasks.cs#L16
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/OpenAiChat.cs#L282
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/OpenAiChat.cs#L290
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/OpenAiChat.cs#L294
Non-nullable property 'TopLogprobs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MyApp.ServiceModel/DiskTasks.cs#L23
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.