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
XAF 24.1.5 Blazor EF Core
I installed via NuGet Manager Xpand AutoCommit 4.241.3 and added the module by
RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.AutoCommit.AutoCommitModule));
When I want to start the Model Editor it fails with:
Could not load file or assembly 'System.Interactive, Version=5.0.0.0...
Haiko
The text was updated successfully, but these errors were encountered:
we have a specialized version of ME that works around VS design time issues and supports Rider as well
https://github.com/eXpandFramework/Reactive.XAF/tree/master/tools/Xpand.XAF.ModelEditor
Sorry, something went wrong.
I installed the ME but it cannot be started:
The SDK 'Microsoft.NET.Sdk' specified could not be found.
I only have a XAF Blazor application but not a Windows part. Does this cause the error?
see #1064
No branches or pull requests
XAF 24.1.5 Blazor EF Core
I installed via NuGet Manager Xpand AutoCommit 4.241.3 and added the module by
RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.AutoCommit.AutoCommitModule));
When I want to start the Model Editor it fails with:
Could not load file or assembly 'System.Interactive, Version=5.0.0.0...
Haiko
The text was updated successfully, but these errors were encountered: