Merge pull request #17 from tghamm/feature/2.0.1 #37
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
Mistral.SDK/DTOs/ChatMessage.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Mistral.SDK/APIAuthentication.cs#L7
Missing XML comment for publicly visible type or member 'APIAuthentication'
|
build:
Mistral.SDK/Common/Function.cs#L17
Missing XML comment for publicly visible type or member 'Function'
|
build:
Mistral.SDK/Common/Function.cs#L19
Missing XML comment for publicly visible type or member 'Function.Function()'
|
build:
Mistral.SDK/Common/Function.cs#L51
Missing XML comment for publicly visible type or member 'Function.Function(string, string, Dictionary<string, object>)'
|
build:
Mistral.SDK/Common/Function.cs#L114
Missing XML comment for publicly visible type or member 'Function.FromFunc<TResult>(string, Func<TResult>, string)'
|
build:
Mistral.SDK/Common/Function.cs#L117
Missing XML comment for publicly visible type or member 'Function.FromFunc<T1, TResult>(string, Func<T1, TResult>, string)'
|
build:
Mistral.SDK/Common/Function.cs#L120
Missing XML comment for publicly visible type or member 'Function.FromFunc<T1, T2, TResult>(string, Func<T1, T2, TResult>, string)'
|
build:
Mistral.SDK/Common/Function.cs#L123
Missing XML comment for publicly visible type or member 'Function.FromFunc<T1, T2, T3, TResult>(string, Func<T1, T2, T3, TResult>, string)'
|
build:
Mistral.SDK/Common/Function.cs#L126
Missing XML comment for publicly visible type or member 'Function.FromFunc<T1, T2, T3, T4, TResult>(string, Func<T1, T2, T3, T4, TResult>, string)'
|