Skip to content

Removes Copilot AI coding agent instructions #920

Removes Copilot AI coding agent instructions

Removes Copilot AI coding agent instructions #920

Triggered via push December 29, 2025 21:42
Status Success
Total duration 5m 9s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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)