Jonathon Marolf
Jonathon Marolf
@peteraritchie this looks good. Could you also add these nuget dependencies for the other item templates?
> I'm still uncomfortable with having the item templates changing package references. Can you explain your objection? Other item templates do this
yep, the VSIX project targets .NET Framework. We should change this to have it _only_ target .NET 4.7.2 and remove the user option
In this case I don't see what `Assert.AreEqual failed. Expected:. Actual:.` really adds to the failure message. Personally I think we should just omit these entirely. In this case I...
right but its just and exception. We could always throw our own exception in order to hide this detail.
@tmat how do we enable this on repo-toolset?
You can run any .netstandard 2.0 code in a source generator. ~~This includes web requests.~~ You I would recommend using local files if you can so you do not make...
@Raviuppa can you explain why you want to only change the color of a single selection of text? What was your intention behind that?
@Raviuppa I see, can you outline more about your scenario? If we were to build this featuere what problem would it be solving for you?