3
おはよう!T4MVC 2.6.65とUseLowercaseRoutes = trueエラー
私は(2.6.64からアップグレード)NuGetから2.6.65から最新のT4MVCを使用しています、私は
// If true, use lower case tokens in routes for the area, controller and action names
static bool UseLowercaseRoutes = true;
を設定していると私はエラーを得た:ここ
The expression being assigned to '....' must be constant ...\T4MVC.cs
ですエラーを発生させる生成コード:
[GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode]
public class ActionNameConstants {
public const string Calc = ("Calc").ToLowerInvariant();
}
これはバグですか?
ありがとう、David!あなたはいつものように速いです!私は次のNuGetの更新を待つでしょう... – artvolk
それは今だから、NuGet経由で更新できるはずです! –
ありがとう、それは今働きます! – artvolk