You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
So netcoreapp3.1 suggests this is a .net core application, and I suspect that Embeddinator is not pulling in the various netcore facades and dependencies.
You may be able to hack around this by passing the other assemblies to objcgen in the same invocation, but this is a limitation (we don't support netcore directly yet).
Steps to Reproduce
I've created vanilla netcore app with "hello world" class, built it with Visual Studio and trying to use
objcgen
from terminal:Expected Behavior
Framework is built
Actual Behavior
No framework
Environment
macos 10.15.5
Visual Studio 8.6.5
objcgen 0.4.0
The text was updated successfully, but these errors were encountered: