stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.76k stars 176 forks source link

Baseline configuration should not be validated when baseline is disabled #2675

Closed rouke-broersma closed 11 months ago

rouke-broersma commented 1 year ago

Describe the bug When baseline is disabled but you have configuration such as set the baseline provider to azurefileshare stryker fails to run due to a validation error on the azure fileshare sas. However when baseline is disabled the sas should not be validated since it won't be used.

BasdeBruynInfoSupport commented 11 months ago

I will have a look at this