Integrated CRUD with translation engines #1058
Annotations
10 errors and 1 warning
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L209
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L209
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<PretranslateCorpus, string?>' (possibly because of nullability attributes).
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L210
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L210
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<TrainingCorpus, string?>' (possibly because of nullability attributes).
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L209
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L209
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<PretranslateCorpus, string?>' (possibly because of nullability attributes).
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L210
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
src/Serval/src/Serval.Translation/Services/EngineService.cs#L210
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<TrainingCorpus, string?>' (possibly because of nullability attributes).
|
|
|
This job failed
Loading