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

node-api-dotnet-generator v0.8.19 misses net8.0 artifacts #406

Open
coding-velociraptor opened this issue Dec 12, 2024 · 0 comments
Open

Comments

@coding-velociraptor
Copy link

If you take a look at the included folders of the package, you will notice that there is no net8.0 folder: https://www.npmjs.com/package/node-api-dotnet-generator?activeTab=code

Image

However, it's imported in the index.js file:

https://github.com/microsoft/node-api-dotnet/blob/main/src/node-api-dotnet/generator/index.js#L7

#!/usr/bin/env node

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

const path = require('path');
const assemblyDir = path.join(__dirname, 'net8.0');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant