microsoft / microsoft/node-api-dotnet

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

Open
#406 1 comment 0 reactions 1 assignee View on GitHub

@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

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');

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.