Prinsn

Results 7 issues of Prinsn

Ran into this while trying to reuse and modify templates to retain data validation. If data validation exists on column C (3), and `ws.InsertColumn(3,1)` Column C still has the validation...

Inserting a column appears to parent comment objects to the new column while updating the cell address to the new column. This leads to an inability to delete the comment...

https://imgur.com/a/p0e6JpL I uninstalled and reinstalled, no change. Clicking enable does nothing.

bug

for the class ```cs public foo { public (int, string) easy {get;set} public IEnumerable hard {get;set} } ``` which will emit for types using `ToTypeScriptType` ``` ts easy: ; hard:...

enhancement
help wanted
good first issue

I'm currently in the process of migrating from Net Core 3.x to 5.0 and while it seems my backend is fully functional, my frontend (which, to be fair, is inherited)...

.NET version: .NET 6 Test Context: XUnit Moq: 4.8.12 Summary: Following these examples SO: https://stackoverflow.com/questions/45558470/how-do-i-go-about-unit-testing-with-entity-framework-and-moq Doc: https://learn.microsoft.com/en-us/ef/ef6/fundamentals/testing/mocking ``` 'Invalid callback. Setup on method with return type 'EntityEntry' cannot invoke callback...

enhancement

Does this occur consistently? Yes Repro steps: Try to "Create Function Project" by any method: Workspace, Get Started, or "Azure Functions: Create New Project.." Select a Folder Nothing happens other...