bocca
bocca
Simplified workaround code solution for (1) and (2), using nuget package MedallionTopologicalSort. ```csharp private static Type GetNonProxyType(Type type) => type.Namespace == "Castle.Proxies" ? type.BaseType! : type; public static int BulkSaveChanges(DbContext...
That means that, in "collection.OrderTopologicallyBy(lambda)", some element returned by the lamba is not in the collection. But looking at my code, I don't know how that can be possible. Are...
I've tried the solution using ``FileSystemAclExtensions.Create()``, and it works. It seems that this API is [broken in .NET 6](https://github.com/dotnet/runtime/issues/57768), and resolved in .NET 7. So this solution only works on...