microsoft / vscode-service-fabric-reliable-services

Visual Studio Code extension for Reliable Services in Service Fabric
MIT License
20 stars 15 forks source link

Treat Warnings as Errors and update .NET version #26

Closed MillieOlsenMicrosoft closed 4 months ago

MillieOlsenMicrosoft commented 4 months ago

As part of security sprint work, builds should be run with TreatWarningsAsErrors enabled.

This PR sets the config, ran a test build and there was a security vulnerability in the target framework of 2.0. The nearest suggested framework without the vulnerability was 2.0.3, so updated the target framework as well to remove the vulnerability.