Sander Struijk

Results 30 comments of Sander Struijk

:+1: as part of a user.json

I guess this is due to the Major and Minor version numbers 1.4 are within the csproj and not captured and used in the build tagging and therefore just keeps...

Yeah updating yml pipeline to this works fine, so I guess build tagging also need to support `#` to [keep part of version number](https://github.com/BMuuN/vsts-assemblyinfo-task/wiki/Versioning#keep-parts-of-original-version) ```yml UpdateBuildNumber: '$(Build.DefinitionName)_v1.4.*.*' AddBuildTag: 'v1.4.*.*' ```

Yes I find the environment selection very hidden and cumbersome now

Doesnt the equestion also apply to [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) ? Or did you mean that you need more maintainers overall to up support for OpenAPI 3.0 and not just Swagger 2.0 for...

With AutoMapper you can do the following to add a type conversion, and it works great. However I was hoping to use Mapster as it is significantly faster. ```cs config...