Dinomite-Studios / unity-azure-pipelines-tasks

Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
https://unitydevops.com/
MIT License
121 stars 49 forks source link

Update AzureDevOps.cs to pass Code Analysis Quality rules #255

Closed paulio closed 5 months ago

paulio commented 6 months ago

Microsoft Code Quality Analyzer detects 3 rule failures in the existing code. These can be fixed by; a) suppressing the rules (pragma disable/restore or b) fixing the problem (adding a namespace) c) working around the problem (when ex is exception)

FejZa commented 5 months ago

Could you please list the rule failures the analyzer is reporting here?

paulio commented 5 months ago
paulio commented 5 months ago

Hi, would it be possible to get an update on if there are any plans to offer a feature around this, or if this PR or similar will be merged in the near future?

FejZa commented 5 months ago

Looks good, thank you @paulio. Will add it to the next release.