Matthijs ter Woord

Results 14 issues of Matthijs ter Woord

I have a project that's targetting both .net 4.7 and .net 5.0-windows. It contains a StringResources.resx file, and a StringResources.nl.resx file. When compiling, the satellite resource dll is generated, like...

Hi! Awesome project you have. I read about supporting VS2022 would be hard. How hard would it be to get the build-time analyzers working with VS2022 or at least newer...

question

**Is your feature request related to a problem? Please describe.** I'm trying to call a downstream web api usnig IDownstreamWebApi. This works great, except for the fact that I want...

enhancement
downstreamWebApi

What I'm trying to accomplish, is draw information after end } symbols of code blocks.

I want to add support for my framework. For that, I need a way to "feed" ReSharper with "Related Files" rules, knowledge, info, etc. Any way to do that?

The DebugConnector and the Cosmos.VS.WIndows project communicate via named pipe. messages received in the .Windows project are put in a queue, and a timer is used to process them (marshalling...

Up for Grabs
Complexity: Medium

In VS, you can disable breakpoints. Right now, Cosmos will still break at them.

Up for Grabs
Complexity: Medium
Priority: Medium
Area: Debugger
Area: Visual Studio Integration

Right now, visual studio shows a message like: NullReferenceException occurred at address 0x020B9FBB! Halting now. whenever a NullReferenceException occurs. This could be improved to show, at least the method name...

Up for Grabs
Priority: Medium
Area: Debugger

The wikipedia page on Cosmos (http://en.wikipedia.org/wiki/Cosmos_%28operating_system%29) is pretty outdated. Please update it: - with updated screenshots of the development experience (building, debugging, etc) - review all descriptions.

Up for Grabs
Complexity: Low
good first issue

### Product Visual Studio ### Describe The Bug See https://github.com/mterwoord/dotnet-new-templates-playground The repo contains a template named `TemplateWithParameter` which takes a parameter named UseConsole. I added tests to the project showing...