Peter D

Results 8 comments of Peter D

Any news on this and whether the PR gets included?

> I don't think we need EF to just handle schema. Because schema doesn't change that often I think it would be enough to detect via switch whether intitial schema...

> This issue is over a year old. Is there any progress? Should we give up hope? Is WebOptimizer dead? (I hope it's not dead.) It takes a little getting...

> > It takes a little getting used to with the pathing. But seems to work fine with .Net 6 and had updates as recent as 3 months ago. It...

IMO, enableTagHelperBundling should load the css bundles so the browser works or the scss with the mapping. The pages fail because we would have to reference each scss file accordingly...

That sounds right. I worked around it by doing a DeleteJobs and then a ScheduleJobs effectively doing all the deletes and then create new. A little crude but maybe the...

Unfortunately, I only know IIS. What are you using instead of IIS? I am hoping that Crystal Quartz will get upgraded. Unfortunately, I think this project might be on hold...

There are 3 pull requests pending, so I am not sure spending the time without forking to a new Github will help. https://stackoverflow.com/questions/47735133/asp-net-core-synchronous-operations-are-disallowed-call-writeasync-or-set-all ``` public void ConfigureServices(IServiceCollection services) { //...