We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently I don't get any
In this example, GetDescription() is an Enum extension method and AsHTMLBoldText() a string extension method.
GetDescription()
AsHTMLBoldText()
The text was updated successfully, but these errors were encountered:
maybe you should add the namespaces to the top of the file. I'm not sure if it works or not. Sample:
@viewModel MyApp.ViewModels.MyPageViewModel, MyApp @masterPage Views/MyMasterPage.dotmaster @import MyApp.Info // <-- this line ...
Sorry, something went wrong.
I tried @import variants including stuff like:
@import
@import _ = MyApp.Code.EnumExtensions @import static MyApp.Code.EnumExtensions
None succeeded unfortunately.
No branches or pull requests
Currently I don't get any
In this example,
GetDescription()
is an Enum extension method andAsHTMLBoldText()
a string extension method.The text was updated successfully, but these errors were encountered: