Should I use Razor Generator on _ViewStart.cshtml files as well? If I do that in a project that is marked with the CLSCompliant attribute, the compiler will generate a warning that classname _ViewStart is not CLSCompliant. In order to satisfy the compiler,
the class should be marked with CLSCompliant(false).
So a couple of questions:
Should I use Razor Generator on _ViewStart.cshtml files? Are there alternate names for _ViewStart.cshtml files? Can this attribute be added by the generator?
Comments: Fixed in changeset e46b7a2d2a8294fe342872dc7e67d46c3b519adb
the class should be marked with CLSCompliant(false).
So a couple of questions:
Should I use Razor Generator on _ViewStart.cshtml files? Are there alternate names for _ViewStart.cshtml files? Can this attribute be added by the generator?
Comments: Fixed in changeset e46b7a2d2a8294fe342872dc7e67d46c3b519adb