askazakov

Results 10 issues of askazakov

Some automatic to reconcile BenchmarkDotNet version with default version in template If it's good enough I will fix templates for VB and F# also. If not just close PR

- fix / vs \ - fix `BenchmarkDotNet.Templates::0.0.0-* is not supported`

simplify template.json

after ``` dotnet new -i BenchmarkDotNet.Templates::0.13.1 ``` JetBrains Rider create broken project because `TargetFramework` contains `v0.0` I've created [issue](https://youtrack.jetbrains.com/issue/RIDER-72787) for Rider. But also we can fix template – for example...

fix https://github.com/ardalis/CleanArchitecture/issues/201 see https://github.com/dotnet/templating/issues/1168 now I can ``` mkdir try-temp.1 && cd "$_" dotnet new clean-arch ```

see https://github.com/SonarSource/sonarlint-visualstudio/issues/2712

add link to https://github.com/security-code-scan/security-code-scan (project has a dedicated website so I add link to https://security-code-scan.github.io)

## Description fix typo that misleads about call to `Approve()` and `Fail()` `Fail()` actually invoked only if `Approve()` returns `false`