fix(api): 修正参数别名及添加DatasetId属性 #3
Merged
Annotations
4 warnings
|
Build:
RAGFlowSharp/RAGFlowSharpOptions.cs#L111
Argument of type 'Func<IServiceProvider, Task<TokenResult>>' cannot be used for parameter 'tokenRequest' of type 'Func<IServiceProvider, Task<TokenResult?>>' in 'ITokenProviderBuilder TokenProviderExtensions.AddTokenProvider<IRagflowApi>(IServiceCollection services, Func<IServiceProvider, Task<TokenResult?>> tokenRequest, string alias = "")' due to differences in the nullability of reference types.
|
|
Build:
RAGFlowSharp/Dtos/File/List.cs#L21
Non-nullable property 'Docs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
RAGFlowSharp/RAGFlowSharpOptions.cs#L111
Argument of type 'Func<IServiceProvider, Task<TokenResult>>' cannot be used for parameter 'tokenRequest' of type 'Func<IServiceProvider, Task<TokenResult?>>' in 'ITokenProviderBuilder TokenProviderExtensions.AddTokenProvider<IRagflowApi>(IServiceCollection services, Func<IServiceProvider, Task<TokenResult?>> tokenRequest, string alias = "")' due to differences in the nullability of reference types.
|
|
Build:
RAGFlowSharp/Dtos/File/List.cs#L21
Non-nullable property 'Docs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading