cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development

Results 108 cofoundry issues
Sort by recently updated
recently updated
newest added

I am trying to update to cofoundry 0.11 but when I call app.UseCofoundry() in my Startup procedure i get this Exception: ```cs System.ArgumentNullException: Value cannot be null. (Parameter 'source') at...

See #536, better handling when an IPatchableCommand returns `null` (entity not found). Copied from #536: > it's never good to get a `NullReferenceException`, and Cofoundry should be throwing a better...

enhancement

Every now and then, during development, the website fails to start - and the console only states: ``` info: Cofoundry.Web.AutoUpdateHostedService[0] Process failed, retrying in 5 seconds ``` No further info...

Once in a while I get this exception *after* a MVC controller has completed, on a page with no editor in it: ``` This exception was originally thrown at this...

Especially for our headless scenario, it would be great if we can continue to use gRPC for communication between our services & Cofoundry's API. Please, can you consider adding support...

enhancement

I found this error in the Cofoundry error log - it seems like there is a concurrency issue in HtmlSanitizer. Message: Operations that change non-concurrent collections must have exclusive access....

bug

Title is pretty straight forward: I'd love to see a sample here on GitHub that demonstrates usage of Cofoundry in an headless scenario, i. e. another software consuming its API...

documentation

Hi team, I'm using cofoundry on net6 (simple.project net6). I run debug on local or release build on local run very well. But when deploy on server, it corrupt and...