You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project system based on CPS and now I'm trying to implement app designer property pages, but I'm having trouble compiling a WPF user control. I'm using the new csproj.
I followed the steps in this comment to be able to compile a WPF xaml user control: dotnet/sdk#810 (comment)
But now I can't use anything compiled from xaml rules. I get no errors in intellisense, but I can't build the project, with an error like error CS0103: The name 'XSharpDebugger' does not exist in the current context. XSharpDebugger is a xaml rule.
Any idea why the compiled rules aren't being passed to the C# compiler?
The text was updated successfully, but these errors were encountered:
I'm working on a project system based on CPS and now I'm trying to implement app designer property pages, but I'm having trouble compiling a WPF user control. I'm using the new csproj.
I followed the steps in this comment to be able to compile a WPF xaml user control: dotnet/sdk#810 (comment)
But now I can't use anything compiled from xaml rules. I get no errors in intellisense, but I can't build the project, with an error like
error CS0103: The name 'XSharpDebugger' does not exist in the current context
. XSharpDebugger is a xaml rule.Any idea why the compiled rules aren't being passed to the C# compiler?
The text was updated successfully, but these errors were encountered: