DanJBower
DanJBower
**Type** (choose one): - Bug **NPE version**: 6.0.51.0 **OS version**: Windows 10 21H2 (19044.1645) **Installed from**: CI channel In case of a BUG: - What is the current result? I...
**Describe the bug** Automatically changes the capitalization of properties in HTML. For example, `*ngIf` becomes `*ngif`. Notice the `I` vs the `i`. **To Reproduce** Steps to reproduce the behavior: 1)...
Is there any way to change the target framework for a dotnet-script file? Currently when I run one of the scripts I've written with `dotnet-script MyFile.csx`, I think it runs...
I'm using NuGet packages in my GitHub packages, and I've set up a manual workflow to allow me to delete all but the 5 latest versions. It looks like this...
## Issue Description ## The C# VS Code extension seems to be interfering with my ability create a git commit in the "Source Control" tab of VS Code. When I...
### Bug description When using `pylint: disable-next` or `pylint: disable` for a comment that violates the rule, it disables the rule for the whole file instead of just the line...