@attribute [Route(Routes.ASSISTANT_CODING)]
@inherits AssistantBaseCore
@for (var contextIndex = 0; contextIndex < this.codingContexts.Count; contextIndex++)
{
var codingContext = this.codingContexts[contextIndex];
var index = contextIndex;
}
Add context
@if (this.provideCompilerMessages)
{
}