Bert

Results 36 issues of Bert

The file CHANGELOG.md is not accessible from nuget.org. Suggestion: add information in nuget package and do not use a URL (see also [Add a README to Your NuGet Package](https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/)) ![image](https://user-images.githubusercontent.com/2315215/141289101-29af31b4-f746-4d3f-af45-5f3c5cc8cd5f.png)

The analysis in build pipeline fails with JAXBException. - SonarQube version 7.9.1 - Cucumber Gherkin plugin version 1.7 - JRE 11.0 ``` 2019-09-11T06:55:52.9845111Z INFO: Sensor Gherkin Squid Sensor [gherkin] 2019-09-11T06:55:52.9928983Z...

- "Everyday C#", Bill Wagner

**Describe the bug** coverlet.msbuild.tasks overrides code coverage result file using file name of given **CoverletOutput** parameter. **To Reproduce** execute command: `dotnet test test\coverlet.core.tests\coverlet.core.tests.csproj --configuration debug /p:CollectCoverage=true /p:CoverletOutputFormat="json%2copencover" /p:CoverletOutput="C:\GitHub\coverlet\artifacts\Reports\coverlet.core\coverage.json" /p:Exclude="[coverlet.core.tests.samples.netstandard]*%2c[coverlet.tests.xunit.extensions]*%2c[coverlet.tests.projectsample]*%2c[testgen_]*" --results-directory:"C:\GitHub\coverlet\artifacts\Reports\coverlet.core"...

as-designed
documentation
stale

The certificate is not valid anymore (valid until 16th June 2023).

bug
Solved

This pipeline will reduce the effort for release documentation (#1579) Chapters of release note are specified in configuration file `.github\release-drafter.yml` and PR labels are used to populate release note chapters....

The CHANGELOG.md can be generated using available tools and should be updated within the PR. This might require addition conventions for PR and git commits. - [**changelog-from-release**](https://github.com/rhysd/changelog-from-release) - uses git...

discussion

- adds dotnet tool tool-manifest `dotnet-tools.json` - introduce Nerdbank.Gitversioning which adds precise, semver-compatible git commit information (replaces semver.txt) - local and CI builds use appropriate semantic version (not V1.0.0)

The release note URL for the nuget package is invalid and therefore access fails. This URL will work but the release note information should be available [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/) file. ``` See...

enhancement