Connie Yau

Results 55 comments of Connie Yau

@danroth27 The application that uses the library, I want to run on .NET Core. :) Thanks for the tip though.

I've run across the same vuln warnings that 1.8.2 has and noticed that [avro 1.10.0](https://avro.apache.org/releases.html#29+June+2020%3A+Avro+1.10.0+Released) is released. Is it worthwhile to test this new minor versions to see if the...

Supported targets are shown using `.\ApiPort.exe listTargets`. We don't use TFMs for our targets, we use their "DisplayName" that is taken from the ApiCatalog. It should be: `ApiPort.exe analyze -t...

Hey @twsouthwick , I tried adding this on the server-side, and got these targets. Is this too wordy? Should I place it next to our ApiPort.exe drops instead? I wanted...

Nice! It works. ``` Available Targets: Name: .NET Core Versions: 1.0; 1.1; 2.0 Name: .NET Core + Platform Extensions Versions: 1.0 Name: .NET Framework Versions: 1.1; 2.0; 3.0; 3.5; 4.0;...

Hey, I would suggest using the targets ".NET Core, Version=2.0" and "ASP.NET Core" then filtering out columns to only include the "Not supported" in both targets. ASP.NET Core introduces namespace...

@terrajobst Immo, these are listed as under netcoreapp in ApiCatalog, but the [latest System.Data.SqlClient NuGet package](https://dotnet.myget.org/feed/dotnet-core/package/nuget/System.Data.SqlClient/4.5.0-preview2-25319-04) and that issue suggest that it should be in .NET Standard 2.0. Is this...

Hey, The warning you have is not incorrect. The ".NET Standard" target is comprised of the APIs that get shipped when you use the [NETStandard.Library](https://www.nuget.org/packages/NETStandard.Library). ".NET Standard + Platform Extensions...