Jan Suchotzki

Results 9 issues of Jan Suchotzki

### Describe the bug In a WinUI3 project (without Template Studio) it is possible to let VisualStudio create the required `UserSecretsId` in the csproj and the *secrets.user* file. This is...

bug
Needs: Triage :mag:

For some years now I do have an application running which is searching for issues and comments in my private repositories. Today I realised that some issues are missing in...

Question: using the SDK

I'm really impressed by this project and how it is used on try.dot.net and also docs. Unfortunately it seems that microsoft and/or the community is working since over 2 years...

question

On 2 of my machines MSBuildGitHash is working like a charm. However, I do have one machine which is not connected to the internet (and will not be connected). On...

### Testcontainers version 3.2.0 ### Using the latest Testcontainers version? Yes ### Host OS MacOS with Parallels-VM running Windows ### Host arch x64 ### .NET version 6.0.400 (also tried 7.0.400...

bug

### What happened? The following code produces a `ApiValidationException`: ```csharp var github = new GitHubClient(new ProductHeaderValue("myApp")); SearchIssuesRequest? issuesRequest = new SearchIssuesRequest(); issuesRequest.Assignee = "none"; var issuesResult = await github.Search.SearchIssues(issuesRequest); ```...

Status: Triage
Type: Bug

@XamlBrewer Maybe you get this twice, but I'm not sure whether my comment on the blogs really works. Really nice article. Thank you! Finally a piece which works out of...

I tried the example as defined [here](https://www.statiq.dev/guide/deployment/github-pages) and it seems not to work out of the box. From my tests (I'm no expert with GitHub Actions and GitHub Pages at...

Here the changes to the documentation according to our discussions. Please be aware that I also changed the GitHub action example to the latest actions/setup-dotnet as well as .NET 8....