microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.8k stars 212 forks source link

Change current NuGet account to Microsoft account & prefix. #3457

Open gtrevi opened 4 months ago

gtrevi commented 4 months ago

As per comment in https://github.com/microsoft/ebpf-for-windows/pull/3357#discussion_r1526150670, the eBPF NuGet repo should be in a Microsoft account, i.e. something like "www.nuget.org/packages/Microsoft.Native.eBPF".

Start point would be to reserve a prefix: https://learn.microsoft.com/en-us/nuget/nuget-org/id-prefix-reservation

shankarseal commented 4 months ago

@gtrevi - please follow up with open-enclave maintainers to see how they publish their nuget package. Let us revisit this next week.

dthaler commented 4 months ago

OpenEnclave is one precedent this was modeled after: https://www.nuget.org/packages/open-enclave

It is legally owned by the Confidential Computing Consortium (not Microsoft) and releases are signed with a Microsoft code signing certificate.

gtrevi commented 4 months ago

I reached out to them, will keep this issue posted.