Matthias Koch

Results 46 issues of Matthias Koch

Hi! I have a text like this: ``` Visit a [link](https://link) Some multiline Code ``` Is it possible to normalize/transform it to something like this? ```` Visit a ``` Some...

question

### Verification - [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md). - [X] I have retried my command with `--force`. - [X]...

help wanted

### Is your feature request related to a problem? Please describe. My template should add additional items to a new solution folder. The `D396686C-DE0E-4DE6-906D-291CD29FC5DE` doesn't seem to do that. Seems...

I was advised to post my scenario here as issue: I want different projects (and also different GIT repositories) to be merged by a so-called *CategoryAttribute*. So instead of, let's...

dotnet

**Describe the bug** API was deprecated **To Reproduce** ``` var notionClient = NotionClientFactory.Create(new ClientOptions { AuthToken = "accessToken" } var database = await notionClient.Databases.RetrieveAsync(""); ``` **Expected behavior** Getting information about...

documentation
good first issue
chore

Most certainly because they are not marked as `static`.

Core
Improvement

Parallelizing tests is usually done by passing only a set of all test assemblies, or filtering them by namespace. I propose a different approach invoked by: ``` TestFx.exe --assemblies A.dll...

Feature
Core

Should support: - Parallelized build steps in TeamCity - Publishing `master` to NuGet, and all other branches to MyGet

Build

In order to make PR builds immediately available: - Add branch specification `+:refs/pull/*/head` according to the [blog post](https://blog.jetbrains.com/teamcity/2013/02/automatically-building-pull-requests-from-github-with-teamcity/) - Pack with id `-PR-` and publish to MyGet - Ensure that...

Build

For better composition of categories/tags and test extensions: ``` [Description("Some description")] public class BaseCategoryAttribute : Attribute, ICategory { } [MoreGranularCategory] [Description("Some description")] public class MoreGranularCategoryAttribute : Attribute, ICategory { }...

Feature
Core