Anton Egorov

Results 6 comments of Anton Egorov

@JosefPihrt, it looks like Microsoft's documentation is misleading. ![image](https://user-images.githubusercontent.com/28877846/127548183-6635df8b-9a0f-4b01-b170-1a3be5739475.png) Thanks for the explanation. I will open the corresponding issue in .NET repository.

Yeah, this behavior is very annoying. Please, > Respect what the IDE is set to for that specific file type.

As a workaround, you can edit the used template files. After installing the extension, they are located here: LocalDisk:\Users\UserName\AppData\Local\Microsoft\VisualStudio\16.0\Extensions\RandomFolderNameForAddNewFileExtension\Templates

As a workaround, you can edit the used template files. After installing the extension, they are located here: LocalDisk:\Users\UserName\AppData\Local\Microsoft\VisualStudio\16.0\Extensions\RandomFolderNameForAddNewFileExtension\Templates

@bradwilson, another use case. Unit testing generic types: - https://blog.ploeh.dk/2011/05/09/GenericunittestingwithxUnit.net/ - https://codinghelmet.com/articles/how-to-write-unit-tests-for-generic-classes I want to cover value and reference types. E. g. ```csharp public class Foo { public T Bar...

@blahDL, +1 @khellang, it would be very useful to describe exactly what the registration order is when calling a Scan. I couldn't find any information about this anywhere. How does...