dotnet-apiport icon indicating copy to clipboard operation
dotnet-apiport copied to clipboard

.NET 6 support

Open omajid opened this issue 2 years ago • 6 comments

Are there any plans to add support for .NET 6?

listTargets only shows .NET versions up to 5:

$ dotnet /home/omajid/devel/dotnet-apiport/bin/Debug/ApiPort/netcoreapp3.1/ApiPort.dll listTargets
Microsoft (R) API Portability Analyzer v2.8.32+abed127bd2
Copyright (C) Microsoft Corporation. All rights reserved.
...
Available Targets:

Name:        .NET
Versions:    5.0

Name:        .NET + Platform Extensions
Versions:    5.0

omajid avatar Oct 19 '21 18:10 omajid

I just saw https://github.com/microsoft/dotnet-apiport/issues/990. I will wait until .NET 6.0 is available and then close this issue.

omajid avatar Nov 08 '21 15:11 omajid

I still don't see a .NET 6 target:

$ dotnet bin/Debug/ApiPort/netcoreapp3.1/ApiPort.dll listTargets              
Microsoft (R) API Portability Analyzer v2.8.32+abed127bd2
Copyright (C) Microsoft Corporation. All rights reserved.
[...]
Retrieving targets                                [Done]                                                                                                                                                                                                                                              
[...]                                                           
Available Targets:             

Name:        .NET
Versions:    5.0                 

Name:        .NET + Platform Extensions
Versions:    5.0

Name:        .NET Core                
Versions:    1.0; 1.1; 2.0; 2.1; 2.2; 3.0; 3.1*

Name:        .NET Core + Platform Extensions
Versions:    2.0; 2.1; 2.2; 3.0; 3.1*

omajid avatar Nov 16 '21 14:11 omajid

Is there any update on this? .NET 6 was released over two months ago.

jgrieger avatar Jan 19 '22 14:01 jgrieger

Pinging for an update. Is there at least intent to add .NET 6 support at some point? It would be helpful since .NET Core 3.1 is EOL later this year. Thanks!

EliJDonahue avatar Mar 31 '22 16:03 EliJDonahue

any updates for .net 6?

smtcast avatar Apr 04 '22 05:04 smtcast

Also pinging for an update on .Net 6 support

RussyCG avatar May 03 '22 08:05 RussyCG

Closing as API Port was deprecated in favor of binary analysis in .NET Upgrade Assistant.

terrajobst avatar Nov 15 '22 23:11 terrajobst