updated proj file. #21
Annotations
3 errors and 11 warnings
build
The readme file 'README.md' does not exist in the package.
|
build
The readme file 'README.md' does not exist in the package.
|
build
Process completed with exit code 1.
|
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@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Clients/AzureAi/LogProb.cs#L42
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/AzureAi/LogProb.cs#L50
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/AzureAi/LogProb.cs#L23
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/AzureAi/LogProb.cs#L31
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/AzureAi/LogProb.cs#L35
Non-nullable property 'TopLogProbs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/AzureAi/LogProb.cs#L14
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/Groq/InputFunction.cs#L11
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/AzureAi/InputFunction.cs#L11
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Clients/AzureAi/InputFunction.cs#L35
Possible null reference assignment.
|
build:
src/Clients/AzureAi/InputFunction.cs#L26
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|