Achim S

Results 13 issues of Achim S

Product-ID: 0x0237 Venor-ID: 0x05ac (Apple Inc.) [AB#671](https://ligstd.visualstudio.com/7694e0d0-94e3-4fd2-b39a-ecd261e1ba2e/_workitems/edit/671)

I have a Visual Studio Extension, see https://marketplace.visualstudio.com/items?itemName=nti-de.IncrementVersionOnBuild I specified my `README.md` as _overview_ in my publish manifiest `vs-publish.json`. I have two images referenced in the `README.md`, but they are...

I would like to trigger build action pack (available for `ProjectTypes.DOTNET_CORE`. As I don't see any builtin functionality, I would implement it and create PR, but need some help: I...

Would it make sense to allow any implemented action with any implemented gesture? I mean, from using perspective it makes not much difference, whether to swipe or to pinch for...

preference

It's really subjective and my feelings might be wrong, but this could be a fix to #1. Maybe you want to try? Future work could be to implement a Slider...

Fixes #10 Thanks also to @cuongnv for his code snippet on how to enable discover.

### Describe the bug With the transition of AutoCAD 2025 to .NET 6 I want to make use of WinUI. Automatic bootstrapping of Windows App SDK fails silently. Manual bootstrapping...

team-Markup

### Description I have following on my server: ```C# [DataContract] public class Base { } [OperationContract] void DoSth(Base base) { } ``` and on my client: ```C# class Child :...

We are managing source code through Azure Devops. This uses another url scheme when browsing commits: ``` https://dev.azure.com/organization/project/_git/repo?version=GCcommit ``` instead of ``` https://github.com/user/project/tree/commit ``` See https://www.nuget.org/packages/Visi.Extensions as example.