Found 131 packages
Dashboard Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
ModelArtifactState Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
WebView2.DevTools.Dom - Extension WebView2 providing strongly typed DOM access/modification. ✔️ WebView2.DevTools.Dom is a library for strongly typed DOM access when using WebView2. ✔️ It provides a convenient way to write readable/robust/refactorable DOM access code. ✔️ Chrome DevTools Protocol based API ✔️ Talks directly to the WebView2 browser (no remote debugging port required). ✔️ Extensive Unit Tests ✔️ Free for everyone to use // Add using WebView2.DevTools.Dom; to get access to the CreateDevToolsContextAsync extension method var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // Get element by Id // https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector var htmlDivElement = await devToolsContext.QuerySelectorAsync<HtmlDivElement>("#myDivElementId"); //Set innerText property for the element await htmlDivElement.SetInnerTextAsync("Welcome!"); // Manually dispose of context (only DisposeAsync is supported as the whole API is async) // alternativly use await using var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // if your .Net version supports it. await devToolsContext.DisposeAsync(); Website: https://github.com/ChromiumDotNet/WebView2.DevTools.Dom
AdditionalViewControlsProvider Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
IO Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Offers an advanced logging system that streamlines the logging process and simplifies debugging by using localized debug messages.
TreelistView Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
MasterDetail Module (Win) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
AdditionalViewControlsProvider Module (Win) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Provides utility services for debugging and developing SanteDB environments
TreelistView Module (Win) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Scheduler Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
PivotChart Module (Win) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
DevExpress eXpandFramework System Module (Web). To debug in VS enable Source Server support under Tools/Options/Debugging.
A small debugging helper-class for developers that helps tidying your timing-output.
Security Module (Win) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
RoutesList is a powerful .NET tool for visualizing and analyzing all routes in your application with clarity and precision. Key Features: • Comprehensive inspection of HTTP methods, URIs, controllers, actions, middleware and routing configurations • Customizable output formats for flexible integration • Detailed filtering options to focus on specific routes • Complete route information display for debugging and documentation Compatible with .NET Core 3.1, .NET 5.0, .NET 6.0, .NET 7.0, .NET 8.0, .NET 9.0 and supports Razor Pages, ASP.NET MVC, and Blazor Server applications.
Wizard Module (Win) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
AdditionalViewControlsProvider Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
IO Module (Win) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.