Igor Rončević

Results 33 comments of Igor Rončević

I agree the list is definitely awesome :-) @amis92 and I discussed this already here: https://github.com/ironcev/awesome-roslyn/pull/16#issuecomment-707332959 > How do you see the future of the csharp-source-generators list? Should it stay...

Hi @AraHaan, thanks for contributing the generator! I plan to take a closer look at the generators added recently to the source-generators list. There are quite some generators added which...

Roslyn API has the [LanguageVersion enum](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.languageversion?view=roslyn-dotnet), but this is not enough. For sure our abstraction will have to support conversion to and from Roslyn LanguageVersion.

Thanks for investigating the issues further @afrlan! No, we will not go for Universal. Markdowntextblock is a convenience but not strictly necessary. The Markdown that we have in the CHANGELOG...

One generall remark and requirement actually. To speed up the development of the About Dialog and also in the future of other dialogs that are not embedded into VIsual Studio...

Ok Lab is the right place to put it so far because there is a plenty of experimenting involved. In the next step we will need a “tryout” project for...

The links should open in the standard browser.

ReleaseNotes.txt is actually a “txt”fied version of the CHANGELOG.md file because VS install dialog does not support Markdown. We can use changelog file as an input since it is a...

☺☺ Awesome! Does it mean you will do a pull request now with the lab version or you have something else on your mind when you say "tryout"?

@afrlan When you start adding the About Dialog to Sharpen extension be aware that you have to derive the dialog from the `DialogWindow` as explained here: https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-and-managing-modal-dialog-boxes?view=vs-2019