Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.18k stars 4.54k forks source link

Enable WarningsAsErrors globally for all tests #4827

Closed dsgouda closed 5 years ago

dsgouda commented 5 years ago

Coming from https://github.com/Azure/azure-sdk-for-net/issues/4670 , we have enable WarningsAsErrors for most RPs. However some RPs have tests that need some additional fixes when enabling this flag. Below is the list of RPs:

BatchAI
DataFactory
KeyVault
SqlManagement
Storage
StorSimple8000Series
Websites

We need to get these individual RPs to fix the warnings in their tests

shahabhijeet commented 5 years ago

@dsgouda let's start monitoring PRs from the above RPs and start asking them to fix their warnings.