PlanetaryDocs
PlanetaryDocs copied to clipboard
A complete Blazor Server app using Azure Cosmos DB with EF Core.
**Describe the bug** An error message after running `dotnet run`from within the PlanetaryDocsLoader project. ``` PM> dotnet run C:\Users\Daniel\Documents\source\PlanetaryDocs\PlanetaryDocs.DataAccess\DocsContext.cs(77,25): error CS0246: The type or namespace name 'ValueTask' could not be...
Hi Jeremy, I’ve set up a project using EF core Cosmos DB provider, but every time I change my Entities or add a new Container, how do I handle that...
**Is your feature request related to a problem? Please describe.** Right now anyone can update the database if they know the app URL. **Describe the solution you'd like** Access should...
**Is your feature request related to a problem? Please describe.** Publish date is on the model but not in the form. **Describe the solution you'd like** Provide proper editing and...
**Is your feature request related to a problem? Please describe.** I need to be able to delete documents! **Describe the solution you'd like** Provide delete capabilities on the main list...
**Is your feature request related to a problem? Please describe.** Every project should have good tests, right? **Describe the solution you'd like** Add a test project and relevant tests **Describe...
**Is your feature request related to a problem? Please describe.** Add the ability to restore a deleted document. **Describe the solution you'd like** The delete doesn't remove the audit, so...