microsoft / microsoft/node-api-dotnet
`node-api-dotnet-generator` v0.8.19 misses net8.0 artifacts
Open
@vmoroz is already working on this.
Since Jan 10, 2025.
- Dominant language
- C#
- Stars
- 783
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
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
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');
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.