Eivind Gussiås Løkseth
Eivind Gussiås Løkseth
Are you sure the documentation about launch.json in VSCode is still valid? ``` { "type": "chrome", "request": "launch", "name": "vuejs: chrome", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}/src", "breakOnLoad": true, "sourceMapPathOverrides": { "webpack:///src/*":...
Looks similar to #863, #900 and #913.
@jzabroski, should this issue be reopened? I was about to create a new one about the endless build warnings for CS1591, but then I found this instead. The first PR...
GhostDoc looks like a great tool for this job. Do you have a license for Pro already? From this [features comparison](https://submain.com/products/ghostdoc.aspx?utm_campaign=ghostdoc&utm_medium=listing&utm_source=visualstudiogallery), it seems like we should have access to a...
I tested a trial of GostDoc Pro on all projects using default settings. It does way too much - overwrites existing good comments and adds an additional license header at...
Yes, we can definitely use it manually on just the methods we want. But even that takes a lot of effort, since we have tons of code without XML comments....
We should probably do this now, since we experience build problems with reference to the old master branch, which is renamed to main.  An attempt to create a new...
Reference to the previous discussion about GitVersion.yml https://github.com/fluentmigrator/fluentmigrator/issues/1213
I've done an attempt to target .NET Standard 1.3, but ran into a reflection problem where GetMethod was used. It's not supported by .NET Standard 1.3, and I'm not sure...
I've switched to Shouldly https://github.com/shouldly/shouldly for my .NET Standard projects. It supports .NET Standard 1.3.