Koen
Koen
The Tracing feature is simply plugging into the logging provider of the dashboard host and forwards any logging messages to clients. If this dashboard is running in a separate process...
@SebastianStehle On NuGet, OrleansDashboard.Core 4.0.0-preview1 is not available, hence OrleansDashboard 4.0.0-preview1 can't be installed through NuGet. Any plans on fixing this? Thanks!
You can also handle authentication yourself in aurelia's configure method (by default located in main.ts). in one of my projects: ``` async function configure() { ....... await aurelia.start(); // this...
@saadsaeed01 An audited feature is implemented as part of an example of this project, please see: https://github.com/koenbeuk/EntityFrameworkCore.Triggered/blob/master/samples/3%20-%20StudentManagerAspNetCore/Triggers/Traits/Audited/CreateAuditRecord.cs This trigger records an audit record that includes a string with all properties...
@anthony-keller Haven't had a chance to look into this yet, will have more time in the coming weeks. If you have a repro, that would be super useful! I tried...
@anthony-keller Happy to do so, please sent me a ping at ~~redacted~~ so that we can arrange a time and virtual place. Thanks!
Thanks for the fix! Note that registering triggers with the DI container instead of the `DbContext` is something that I was considering deprecating. I'm interested in the `CPU immediately raising...
@cjblomqvist Done!
This seems to be related to Azurite indeed, see: https://github.com/Azure/Azurite/issues/946
You can't. The whole point of this library is to write companion expressions at compile time using roslyn source generators.