Tyrrrz / GitHubActionsTestLogger

.NET test logger that reports to GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate annotations in build output

ejsmith opened this issue · comments

Version

2.0

Details

I am getting duplicate github annotations for build warnings. Any ideas how I can fix them?

Here is a sample output:
https://github.com/exceptionless/Exceptionless/actions/runs/2458030356

Steps to reproduce

Run build with warnings using this library for output

Do you mean these?

image

These are not produced by GitHubActionsTestLogger, but by dotnet CLI. Maybe you end up running dotnet build implicitly or explicitly twice?