Testura/Testura.Code

Constant fields

Closed this issue · 1 comments

How to initialize constant fields? Like:

public static class Constants 
{
     public const string Version = "Blabla";
}

Sadly I don't have support for that right now. But I can add it to the framework this week if you need it?