microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Clear NuGet security warnings #226

Closed davidmrdavid closed 6 months ago

davidmrdavid commented 6 months ago

This is the DTFx-MSSQL version of this PR: https://github.com/Azure/azure-functions-durable-extension/pull/2842

As part of the 1ES migration, we have new supply chain requirements around our repo's nuget.config files.

In particular, we're getting errors due to use MyGet. This PR removes our MyGet usage. It also addresses warnings regarding missing <clear/> statements.