Andrew Moskevitz

Results 7 comments of Andrew Moskevitz

I just upvoted this, but the NetTopologySuite documentation doesn't seem to mention anything about 3d solids which is the area I care about. Unless I am wrong about this, could...

followed up with https://github.com/NetTopologySuite/NetTopologySuite/discussions/730 and confirmed it does not handle 3d solids. my use case is: given a set of 3d solid geometries, which geometry is a specific 3d point...

I had the exact same issue `[InternalsVisibleTo]` in multiple referenced projects, giving the same issue as above. My solution was as follows: 1. Create an additional project (I called it...

> @Applesauce314's public generated types workaround has the side effect of making the generated types visible to consumers of your code. If two libraries use that workaround you cannot (easily)...

> Is there an ideal solution to this issue yet? > > I just encountered it when creating a .NET 6.0 unit test project for a library that is targeting...

the ability to disable lazy loading on an entity by entity basis would also be nice. We initially had lazy loading enable in our project but have tried to stop...

as mentioned above, decided to add some nullability annotations, should have discussed first, but its done now...