Configue - #6
Merged
Merged
Annotations
10 warnings
|
src/servers/vessel.api/VeeselDetail.cs#L6
Non-nullable property 'VesselName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/servers/vessel.api/VeeselDetail.cs#L5
Non-nullable property 'VesselId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/servers/vessel.api/VesselTool.cs#L15
Possible null reference return.
|
|
src/infrastructure/Service/AccessTokenService.cs#L45
Dereference of a possibly null reference.
|
|
src/infrastructure/Service/AccessTokenService.cs#L37
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
|
src/infrastructure/Service/AccessTokenService.cs#L36
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
|
src/infrastructure/Service/AccessTokenService.cs#L35
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
|
src/infrastructure/Service/AccessTokenService.cs#L16
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/infrastructure/DependencyInjection.cs#L17
Possible null reference argument for parameter 'apiKey' in 'IServiceCollection AzureOpenAIServiceCollectionExtensions.AddAzureOpenAIChatCompletion(IServiceCollection services, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, string? apiVersion = null, HttpClient? httpClient = null)'.
|
|
src/infrastructure/DependencyInjection.cs#L16
Possible null reference argument for parameter 'endpoint' in 'IServiceCollection AzureOpenAIServiceCollectionExtensions.AddAzureOpenAIChatCompletion(IServiceCollection services, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, string? apiVersion = null, HttpClient? httpClient = null)'.
|
The logs for this run have expired and are no longer available.
Loading