Skip to content

Update dotnet-desktop.yml #15

Update dotnet-desktop.yml

Update dotnet-desktop.yml #15

Triggered via push June 30, 2023 09:55
Status Failure
Total duration 1m 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
build
Resource not accessible by integration
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/Generation/AzureOpenAIPromptGenerator.cs#L84
Possible null reference return.
build: src/Program.cs#L82
Possible null reference argument for parameter 'symbol1' in 'void Handler.SetHandler<string, string, string>(Command command, Action<string, string, string> handle, IValueDescriptor<string> symbol1, IValueDescriptor<string> symbol2, IValueDescriptor<string> symbol3)'.
build: src/Program.cs#L82
Possible null reference argument for parameter 'symbol2' in 'void Handler.SetHandler<string, string, string>(Command command, Action<string, string, string> handle, IValueDescriptor<string> symbol1, IValueDescriptor<string> symbol2, IValueDescriptor<string> symbol3)'.
build: src/Program.cs#L82
Possible null reference argument for parameter 'symbol3' in 'void Handler.SetHandler<string, string, string>(Command command, Action<string, string, string> handle, IValueDescriptor<string> symbol1, IValueDescriptor<string> symbol2, IValueDescriptor<string> symbol3)'.
build: src/Program.cs#L89
Possible null reference argument for parameter 'symbol' in 'void Handler.SetHandler<IDValue>(Command command, Action<IDValue> handle, IValueDescriptor<IDValue> symbol)'.
build: src/Program.cs#L97
Possible null reference argument for parameter 'symbol' in 'void Handler.SetHandler<IDValue>(Command command, Action<IDValue> handle, IValueDescriptor<IDValue> symbol)'.
build: src/Program.cs#L103
Possible null reference argument for parameter 'symbol' in 'void Handler.SetHandler<string>(Command command, Action<string> handle, IValueDescriptor<string> symbol)'.
build: src/Program.cs#L109
Dereference of a possibly null reference.
build: src/Program.cs#L136
Possible null reference argument for parameter 'symbol' in 'void Handler.SetHandler<string>(Command command, Func<string, Task> handle, IValueDescriptor<string> symbol)'.
build: src/Program.cs#L158
Possible null reference argument for parameter 'symbol' in 'void Handler.SetHandler<string>(Command command, Func<string, Task> handle, IValueDescriptor<string> symbol)'.
build: src/Characters/Employee.cs#L36
Non-nullable property 'Salary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Characters/Employee.cs#L39
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Database/InMemoryDatabase.cs#L97
Possible null reference return.
build: src/Characters/Product.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Characters/Employee.cs#L47
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Characters/Employee.cs#L47
Non-nullable property 'BusinessUnit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Characters/Employee.cs#L47
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Database/InMemoryDatabase.cs#L102
Nullability of reference types in value of type 'IEnumerable<T?>' doesn't match target type 'IEnumerable<T>'.
build: src/Generation/AzureOpenAIPromptGenerator.cs#L84
Possible null reference return.
build: src/Characters/Company.cs#L36
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.