Xavier Peña

Results 3 issues of Xavier Peña

(in the `2.0-.Net.Core` branch) Example: * You download a `Post` * You want to persist that `Post` in disk (because for example you are testing something and you don't want...

enhancement

Version: 2.0.13 Error message: >ILRepack: Finished in 00:00:04.7660567 >Done building project "MyProject.csproj". >(PROJECT-PATH)\MyProject.csproj(39,9): error : ILRepack: The main assembly you specified does not exist: (PROJECT-PATH)\bin\Debug\MyProject.dll. >Done building project "MyProject.csproj" --...

I have `ProjectA` that references sub-project `ProjectB`. When I "ILRepack" `ProjectA` it seems to include `ProjectB`: the packed `ProjectB.dll` is heavier than the unpacked (= not using ILRepack) `ProjectB.dll` ....