Library.Template icon indicating copy to clipboard operation
Library.Template copied to clipboard

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.

Results 14 Library.Template issues
Sort by recently updated
recently updated
newest added

- Collect APIScan logs as an artifact Also only file bugs when APIScan is run against main. - Add option to run APIScan as its own pipeline

APIScan is very slow and nowadays is (suitably) non-blocking to PRs and CIs. We should move it to its own pipeline (as I've done in vs-green already) that has a...

microbuild

I have a test crash that only happens on GitHub (see below). The crash dump is being written to a temporary folder under /var/folders on a Mac host. I was...

This template may be more useful if it can be instantiated from `dotnet new`. A couple of reference docs on how to do it. https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates https://devblogs.microsoft.com/dotnet/how-to-create-your-own-templates-for-dotnet-new/

enhancement

Github Actions doesn't make it easy to create a workflow that consumes another workflow's artifacts. This is something that AzP makes *easy*. But @damianedwards has figured out and shared how...

Either the update to the dotnet-coverage tool or an update to the preview version of the Microsoft Test SDK fixes duplicate publishing of code coverage files to the **/ln/ folder....

The `testResults-` folder contains duplicate entries for .trx logs. At the root there are .trx and diag*.log. Under `\TestResults\` there are .dmp files if they exist and duplicate .trx files....

A trx file contains all of the relevant information to better organize a testResults artifacts folder. Ideally, we could organize the results folder using the same folder structure as /bin...