Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

NetFX20 TypeLibType to .Net Standard #1755

Closed
fatihyildizhan opened this issue Apr 9, 2020 · 1 comment
Closed

NetFX20 TypeLibType to .Net Standard #1755

fatihyildizhan opened this issue Apr 9, 2020 · 1 comment

Comments

@fatihyildizhan
Copy link

I am working with WindowsAPICodePack and moving to .Net Standard 2.1. Is there a way to convert TypeLibType to .Net Standard?

It currently requires Microsoft.NetFX20.

using System;
using System.Collections;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace Microsoft.WindowsAPICodePack.Net
{
    [ComImport]
    [TypeLibType(0x1040)]
    [Guid("DCB00002-570F-4A9B-8D69-199FDBA5723B")]
    internal interface INetwork
    { }
}
@terrajobst
Copy link
Member

terrajobst commented Aug 18, 2022

No. I'm not even sure we support this in .NET Core TBH.

Closing as not planned, as .NET Standard is considered complete.

@terrajobst terrajobst closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants