cutslikeaknife

Results 10 comments of cutslikeaknife

@adoconnection, will you accept this PR? I currently have a fork of this repo plus this update because of our broad @section use. It would be very useful to have...

Hi @adoconnection, We are transitioning from net48 to net6 and the final bits that use net48 are from Antaris RazorEngine. We use this to generate emails for our customers. We...

@adoconnection, any thoughts on making ProjectEngineBuilderAction public? Support for sections can be left out if ProjectEngineBuilderAction is public because we can then provide our own support in our Templates. I'm...

> Hi @ItWorksOnMyMachine, ProjectEngineBuilderAction should go public for sure 👍👍 I've create a new PR with just this and no extra functionality. https://github.com/adoconnection/RazorEngineCore/pull/141

How would we expose an actual component, a view and viewModel, that renders itself? Basically, taking the example app1 and app2, how would we go about exposing app2's App component...

I'm confused as to how to solve this. I have recently upgraded to .NET 8.0 and also upgraded the Microsofr.IdentityModel and System.IdentityModel packages. All of those packages are at 7.6.0...

Ok, I punted on upgrading from 7.6.0 and just dropped back to 7.3.1. Now that the 8.X versions are out I tried again and I'm still having problems getting things...

Ok, a few minutes after posting my last I found the issue. That's how it always happens. I decided to validate the transitive versions of the relevant packages. I ran...

We have routes that look like '/clients/module' and want to change to '/clients/:clientId/module' but we have a lot of places where the old routes still exist (emails we sent, user's...

All of my datatypes are timezone with time stamp in our database. The model type is DateTime. I'm setting a date value to DateTime.UtcNow in an insert, but am getting...