Mike-E
Mike-E
Really remarkable to see the efforts in establishing and defining a whole new language in U-SQL when you could have saved a ton of money and corresponding pain by simply...
> As I found in the documentation, instead of: > ... Greetings all... I am investigating DocFX for https://github.com/ExtendedXmlSerializer/ExtendedXmlSerializer/issues/284 And right out of the gate I ran into this issue....
This seems to do the trick: ``` all runtime; build; native; contentfiles; analyzers; buildtransitive ``` Not sure how that's going to work for updating to latest from Nuget, however. 🤷♂️...
> This is a good example of why someone should enable nullable checks in their code. +1 After sidestepping #2284 I am now hitting this error, even with only one...
I hate to ask, but... any idea when the new infrstructure bits will be available to unblock this issue? 😇
Adding a +1 for this issue. Using EFCore5, and without introducing a `DbContext` and simply having AutoFaker crawl a POCO in my domain with `WithRecursiveDepth(1)` set takes about 5 seconds....
OK... apologies for the previous post. It turns out I had a leftover navigation property that was pointing back to my domain model and that was causing the issue. It...
Thank you very much @EdCharbeneau. 🙏 As for lifecycle, the first one appears to occur in the `OnAfterRenderAsync` event and the second occurs on the component dispose. Unfortunately, that is...
For the `DisposeAsync`, that one looks like it's consistently occurring when I close the browser tab containing a page with the component loaded.
FWIW I am also seeing the `Importing a module script failed.` in other parts of my application but again intermittent. It's as if the script/file/resource fails to load. I think...