Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish new version - runtimeAssemblies.json updated

pragnagopa opened this issue · comments

PR: Azure/azure-functions-host#5996, updated list of runtime of assemblies.Need to publish updated version to ensure removed assemblies are not cleaned up.

@pragnagopa - is this going to ever be released? We have end of July, netcore3.1 is solid and azure functions are still removing too much from build output.

@miqm - Thanks for the reminder. Host changes are still rolling out. Will address this as part of next sprint. ETA 2 weeks from now.

cc @brettsam as FYI

@pragnagopa - if it's not too late, I'd like to point, that "System.Diagnostics.Source" is not on the list, while IMHO it should be.

Just recently I've upgraded EFCore to 3.1.6 which upgraded System.Diagnostics.Source to 4.7.1. On FunctionApp Host is 4.7.0 and it gives me runtime errors when trying to use types from that assembly.

@miqm - Assuming you are referring to System.Diagnostics.DiagnosticSource can you please open a separate issue for this? Attaching a simple repro would help.

This is part of the build. The work left is to release to NuGet