Is your feature request related to a problem? Please describe.
reporter.Verbose("some simple message")
This simple use lands in a compile time error that it is supposed to be an interpolated string.
Describe the solution you'd like
The above sample should compile without requiring use of an interpolated string.
Describe alternatives you've considered
Leave it alone and accept the odd syntax of requiring an interpolated string.
Additional context
Real usage with Embedded AOT generator.
Is your feature request related to a problem? Please describe.
This simple use lands in a compile time error that it is supposed to be an interpolated string.
Describe the solution you'd like
The above sample should compile without requiring use of an interpolated string.
Describe alternatives you've considered
Leave it alone and accept the odd syntax of requiring an interpolated string.
Additional context
Real usage with Embedded AOT generator.