Skip to content
#

dotnet-framework

Here are 1,080 public repositories matching this topic...

vanillajonathan
vanillajonathan commented Apr 25, 2022

When scaffolding from a SQLite database using the dotnet ef tool it will create the DbContext with the initial lowercase if the database filename is lowercase.

Example:

dotnet ef dbcontext scaffold "DataSource=blogging.db;Cache=Shared" Microsoft.EntityFrameworkCore.Sqlite

It creates the DbContext with the filename bloggingContext.cs and the class name bloggingContext which is

type-enhancement customer-reported good first issue area-scaffolding
MiniScaffold
ImaginaryDevelopment
ImaginaryDevelopment commented Jan 13, 2022

Is your feature request related to a problem? Please describe.
There is a lot going on in this template, a lot of very helpful things setup in a specific way. It would be lovely if there were guidance, a sample, or a flag to help get fable set up inside this scaffold.

Describe the solution you'd like
I'd love it if this template and fable's default template were sorted out as a flag i

help wanted good first issue Feature
viing937
viing937 commented Jun 18, 2019

Is your feature request related to a problem? Please describe.
I want to use ETCD's ttl, and I noticed that there are some lease methods (LeaseGrant and so on) exposed from client, but I can't figure out how to use them.

Describe the solution you'd like
Add some usage examples in README.md.

Thank you for your creating the great client again.

help wanted good first issue Documentation up-for-grabs

Improve this page

Add a description, image, and links to the dotnet-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotnet-framework topic, visit your repo's landing page and select "manage topics."

Learn more