Skip to content

bump version

bump version #86

Triggered via push April 16, 2024 08:54
Status Success
Total duration 1m 2s
Artifacts

dotnetcore.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeModel.cs#L491
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeAIExtensions.cs#L21
Parameter 'message' has no matching param tag in the XML comment for 'GenerativeAIExtensions.GuardSupported(GenerativeModel, string?)' (but other parameters do)
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeModel.cs#L726
XML comment has cref attribute 'HttpIOException' that could not be resolved
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeModel.cs#L1086
Parameter 'enableAutomaticFunctionCalling' has no matching param tag in the XML comment for 'GenerativeModel.StartChat(List<ContentResponse>?, GenerationConfig?, List<SafetySetting>?, List<Tool>?, bool)' (but other parameters do)
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GoogleAI.cs#L61
XML comment on 'GoogleAI.GenerativeModel(string, GenerationConfig?, List<SafetySetting>?, List<Tool>?, Content?)' has a paramref tag for 'apiKey', but there is no parameter by that name
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GoogleAI.cs#L61
XML comment on 'GoogleAI.GenerativeModel(string, GenerationConfig?, List<SafetySetting>?, List<Tool>?, Content?)' has a paramref tag for 'accessToken', but there is no parameter by that name
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/VertexAI.cs#L64
XML comment on 'VertexAI.GenerativeModel(string, GenerationConfig?, List<SafetySetting>?, List<Tool>?, Content?)' has a paramref tag for 'projectId', but there is no parameter by that name
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/VertexAI.cs#L64
XML comment on 'VertexAI.GenerativeModel(string, GenerationConfig?, List<SafetySetting>?, List<Tool>?, Content?)' has a paramref tag for 'region', but there is no parameter by that name
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeModel.cs#L491
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable