Jan Klass

Results 15 issues of Jan Klass

I see no change or release information has been published on the github releases page after `v4.6.22`, but several versions were tagged up to `v4.6.26`. I see no `CHANGELOG` file...

- Visual Studio: 2022 Professional - This extension: 1.1.179 Whether shown, hidden, closed, or a non-focused tab, the Fine Code Coverage window always opens upon VS startup. Especially for hidden...

The [System.Collections.Immutable](https://docs.microsoft.com/en-us/dotnet/api/system.collections.immutable?view=netcore-3.1) namespace contains immutable collection types. Given the usefulness of immutable types for strong usage contracts and being able to depend on data passed by reference not mutating it...

`convco changelog` has the parameter `--max-versions`. When using semantic versioning, version numbers are split into major, minor and patch versions for breaking releases, feature releases, and pure bugfix releases. When...

enhancement

It would be great if the nuget packages were strongly named/signed, so the package can be used in signed applications.

How am I supposed to use this? Am I supposed to know this is the LZMA SDK provided at https://www.7-zip.org/sdk.html, and that I have to download and install that to...

Please add support for [`.editorconfig`](http://editorconfig.org/) coding style rule files. Visual Studio 2017 adopted them and supports them natively. `*.sql` file rules can be defined without problems. Visual Studio will not...

Type: Bug I am using Azure Data Studio for SQL Server management/running PC-local queries. I specifically don't intend to use any cloud functionality, and thus want them to be and...

Bug
Area - Azure
Triage: Done

`convco check --help` documents the `--merges` option as ``` --merges Include conventional merge commits (commits with more than 1 parent) in the changelog ``` However, check is the check action,...

documentation

--max-minors does not seem to work. The generated changelog for --max-minors 1 includes all versions. --max-majors, --max-patches, and --max-versions works fine, limiting the versions as expected. convco v0.3.15

bug