Appconfiguration: GIGANTIC file sizes

Created on 27 Sep 2019  路  3Comments  路  Source: Azure/AppConfiguration

When adding the nuget packages, as per these MS instructions ( https://docs.microsoft.com/en-us/azure/azure-app-configuration/quickstart-dotnet-core-app ), it appears that it installs the entire AspNet Core runtime - inflating my console app from 9.2 MB to 21.8 MB.

That's absurd.

bug docs

Most helpful comment

Ah. Thanks.

Wouldn't it be nice if there were unit tests for documentation.

All 3 comments

It's documentation issue. For console app, please use Microsoft.Extensions.Configuration.AzureAppConfiguration package.

https://www.nuget.org/packages/Microsoft.Extensions.Configuration.AzureAppConfiguration/

Ah. Thanks.

Wouldn't it be nice if there were unit tests for documentation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yegu-ms picture yegu-ms  路  7Comments

ssulei7 picture ssulei7  路  6Comments

funkysi1701 picture funkysi1701  路  7Comments

trevonmckay picture trevonmckay  路  5Comments

xin9le picture xin9le  路  4Comments