Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export from any package will not generate any files #144

Open
wardweistra opened this issue Aug 10, 2023 · 1 comment
Open

Export from any package will not generate any files #144

wardweistra opened this issue Aug 10, 2023 · 1 comment
Labels
bug Something isn't working core Related to the core functionality, not language specific

Comments

@wardweistra
Copy link
Contributor

When I do an export (eg CSharp2) from any package it does say that it successfully completed, but I can't find the file anywhere:
image

As reported here https://chat.fhir.org/#narrow/stream/179171-dotnet/topic/Microsoft.20fhir-codegen-cli/near/383005716

@GinoCanessa
Copy link
Contributor

Thanks Ward - I believe the issue is the extension conflicting with the exporter.

The CSharp2 language does not allow for a 'single file' export (except for .zip), and is probably trying to write a directory into something.txt and failing. The console output from running the program would be helpful in order to more quickly fix. Otherwise, I will try to replicate and go from there.

@GinoCanessa GinoCanessa added bug Something isn't working core Related to the core functionality, not language specific labels Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Related to the core functionality, not language specific
Projects
None yet
Development

No branches or pull requests

2 participants