Removes Copilot AI coding agent instructions #920
Annotations
2 warnings
|
build / build:
src/Foundatio.Repositories.Elasticsearch/Configuration/ElasticConfiguration.cs#L160
Lambda returns Task<T> but delegate expects Task - the result is silently discarded. Change delegate to Func<Task<T>> or explicitly discard the result. (https://github.com/semihokur/AsyncFixer#asyncfixer06)
|
|
build / build:
src/Foundatio.Repositories.Elasticsearch/Configuration/ElasticConfiguration.cs#L160
Lambda returns Task<T> but delegate expects Task - the result is silently discarded. Change delegate to Func<Task<T>> or explicitly discard the result. (https://github.com/semihokur/AsyncFixer#asyncfixer06)
|