Jeffrey van der Stad

Results 3 comments of Jeffrey van der Stad

@srameh .NET Core 3.1 does not work: `Failed to resolve assembly: 'Microsoft.AspNetCore.Razor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'`

I understand that as a maintainer you want to avoid too much churn during development - keeping the project maintainable and stable is a priority. However, when breaking changes slip...

I chose to introduce a new method name, `ExecuteWithOptions`, instead of creating an overload for the existing `Execute` method. This decision was made to avoid any potential issues with reflection...