Tomasz Kaniewski
Tomasz Kaniewski
Hi sorry for the late response. I was looking at different libraries that will give me the possibility to parametrize jsons. I use to use handlebars for it https://github.com/Handlebars-Net/Handlebars.Net, but...
The same problem here, downgrade to 3.1.3 also works for me
Yes, I have SpecFlow.Tools.MsBuild.Generation nuget package installed and SpecFlowSingleFileGenerator removed from properties
@SabotageAndi if I run the build the files are regenerated properly. My issue is that if I made changes to a features (without build), i get this error's instead of...
Another project. **Case 1** - CodeAnalysisTreatWarningsAsErrors set to False - TreatWarningsAsErrors set to False Result: 3 Warnings and 1 Error  **Case 2** - CodeAnalysisTreatWarningsAsErrors set to False - TreatWarningsAsErrors...
Hi, any updates on that one?
Mam podobny problem, niektore endpointy dzialaja ok, niektore zwracaja 403 np: - https://api.{environment}/sale/offers - https://api.{environment}/sale/products/{productId} zwraca: `{"errors":[{"code":"AccessDenied","message":"Access is denied","details":null,"path":null,"userMessage":"No access to the specified resource.","metadata":{}}]}` natomiast np: https://api.{environment}/sale/product-offers/{offerId} order/checkout-forms/{{id}} order/checkout-forms dziala...