Jihoon Park

Results 38 comments of Jihoon Park

@manfred-brands Thank you for all the guidance and explanations! I feel like I've learned a lot about both NUnit and Roslyn analyzers. I have a couple more questions about this...

@mikkelbu @manfred-brands Addressed the last feedback. Thanks both for the feedback and answers and guidance!

@CyrusNajmabadi @arkalyanms What's the status of this issue?

@CyrusNajmabadi I can take a look, but I don't have too much experience with Roslyn. Could you give me some pointers? Specifically: 1. Could you share a link to a...

@CyrusNajmabadi Actually, I see that the file next to it--[`AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs`](https://github.com/dotnet/roslyn/blob/main/src/Features/Core/Portable/ConvertToInterpolatedString/AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs)--seems more relevant to what @stephentoub wrote. Does that sound right?

@tats-u If you don't mind, could you point me to an example where different `EnforceOnBuildValues` were used for different languages? Given that the _shared_ values are defined in https://github.com/dotnet/roslyn/blob/main/src/Analyzers/Core/Analyzers/EnforceOnBuildValues.cs, I...

Yeah I should be able to update [this line](https://github.com/Bartleby2718/roslyn/blob/dotnet-roslyn-68469-ConvertToInterpolatedString/src%2FAnalyzers%2FCore%2FAnalyzers%2FUseInterpolatedString%2FAbstractUseInterpolatedStringDiagnosticAnalyzer.cs#L19) to use an `abstract` value, so that each language can have a different value. Will take a note of this suggestion.