Skip to content

house keeping

house keeping #64

Triggered via push March 26, 2024 17:16
Status Success
Total duration 58s
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#L383
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 (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeModel.cs#L41
Field 'GenerativeModel._tools' is never assigned to, and will always have its default value null
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GoogleAI.cs#L15
The field 'GoogleAI._projectId' is never used
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeModel.cs#L383
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 (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GenerativeModel.cs#L41
Field 'GenerativeModel._tools' is never assigned to, and will always have its default value null
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI/GoogleAI.cs#L15
The field 'GoogleAI._projectId' is never used
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI.Google/GenerativeModelGoogle.cs#L7
The type name 'gauth' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (ubuntu-latest, 8.x): src/Mscc.GenerativeAI.Google/GenerativeModelGoogle.cs#L46
Non-nullable field '_certificatePassphrase' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.