Steven Giesel
Steven Giesel
Spicey! Thanks for the link
One step further - have to try a bit more when I have more time. Current state of affairs: It does compile, but doesn't discover any test.
No that does work indeed. The problem seems the generated C# file from the razor code. So something like: ```razor @using Bunit @using TUnit.Core; @inherits Bunit.BunitContext @code { [Test] public...
PS: I am only using the CLI ATM
The main issue with razor files is that they will be taken care of by the compiler, and C# files are generated. As of now, a source code generator can...
Using `Microsoft.NET.Sdk.Razor` will lead to such an output: ```no-class dotnet run ████████╗██╗ ██╗███╗ ██╗██╗████████╗ ╚══██╔══╝██║ ██║████╗ ██║██║╚══██╔══╝ ██║ ██║ ██║██╔██╗ ██║██║ ██║ ██║ ██║ ██║██║╚██╗██║██║ ██║ ██║ ╚██████╔╝██║ ╚████║██║ ██║...
I do have a version that might do the trick (C# only). @egil let's discuss this on Friday latest.
Done on `v2`. There will be no official support as a template as it doesn't quite work well with razor files (given that we have two source code generators and...
Oh I did not know that. Let's keep that on our radar. As the "reflection-based" approach is the non-default, I still would not add a template to bUnit with tUnit...
That is a wonderful idea @johanbenschop Would you like to submit a PR?