Background and motivation
Currently after using this library IDEs (e.g. Rider) will lose the proper message template highlighting. E.g. before:
After:
Feature Proposal
Use [StructuredMessageTemplate] from Jetbrains.Annotations package
Feature Usage
If we add this attribute like this:
We will get our highlighting back:
Risks
This is can potentially require a dependency to Jetbrains.Annotations. But probably there is another way to do it?
Background and motivation
Currently after using this library IDEs (e.g. Rider) will lose the proper message template highlighting. E.g. before:
After:
Feature Proposal
Use [StructuredMessageTemplate] from Jetbrains.Annotations package
Feature Usage
If we add this attribute like this:
We will get our highlighting back:
Risks
This is can potentially require a dependency to Jetbrains.Annotations. But probably there is another way to do it?