Lorian Coltof
Results
3
issues of
Lorian Coltof
Calling a multi-poco `Fetch` (or iterating over the result of `Query`) when the POCO-classes are nested classes gives the following exception: ``` System.MethodAccessException: Attempt by method 'DynamicClass.petapoco_multipoco_factory(PetaPoco.MultiPocoFactory, System.Data.IDataReader, System.Object)' to...
It fails with the error message `Unable to locate MSBuild. Ensure the .NET SDK was installed with the official installer.`. Steps to reproduce: ``` > docker run --rm -it mcr.microsoft.com/dotnet/sdk:7.0.101-alpine3.17...