Steve Smith

Results 103 issues of Steve Smith

Have you done any work to implement this with EF, optionally, in another project? I'm looking for a way to decouple the identity implementation from the persistence choice, but still...

Add some better documentation around how to run migrations. See #119

Add a value object property to a Project or ToDoItem in the initial domain model of the template to show how they're used. see: #301

The default template should support default Identity. I don't recommend having both cookie- and token-based auth in the same project, so I will probably start with just token support.

Be sure to include how to set up a test email server for when you Complete an item in a project.

Hi Dustin - You don't have any samples of using this to capture code coverage values over time using Azure DevOps, by chance, do you?

enhancement
help wanted

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...

I'd like to build a daily schedule that supports drag-and-drop to move appointments around. Something like Outlook or Google Calendar has. Something like this: https://codepen.io/sigmundc/pen/bzmyE with Blazor and Drag-and-Drop. Has...

EF Core InMemory has some issues we're currently working around in the Guestbook implementation that wouldn't be there if we were using a real database. I believe SqlLite will get...

The current version has two features: * Ninjas * Samurai Each has a SwordsController with an Index.cshtml view inside of a Swords subfolder. Going to /ninjas/swords hits the SwordsController in...

bug
help wanted