dotnet-framework
Here are 1,080 public repositories matching this topic...
-
Updated
Feb 23, 2022 - C#
-
Updated
Dec 2, 2021 - C#
-
Updated
Apr 16, 2022 - C#
-
Updated
May 11, 2022 - C#
-
Updated
May 11, 2022 - C#
-
Updated
Nov 15, 2021 - C#
-
Updated
Mar 21, 2022 - C#
-
Updated
Sep 3, 2021 - C#
-
Updated
May 11, 2022 - C#
-
Updated
Mar 28, 2022 - C#
-
Updated
Jan 19, 2022
-
Updated
May 5, 2022 - F#
-
Updated
May 5, 2018 - C#
-
Updated
Mar 24, 2018 - C#
-
Updated
May 11, 2022 - C#
-
Updated
Feb 16, 2022 - C#
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
-
Updated
Jul 30, 2021 - C#
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.
-
Updated
Jul 5, 2021 - C#
-
Updated
Nov 3, 2021 - C#
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Jul 14, 2020 - C#
-
Updated
May 25, 2017 - C#
-
Updated
May 2, 2017 - C#
-
Updated
May 30, 2020 - C#
-
Updated
Mar 27, 2022 - PowerShell
-
Updated
Oct 3, 2021 - C#
Improve this page
Add a description, image, and links to the dotnet-framework topic page so that developers can more easily learn about it.
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."
When scaffolding from a SQLite database using the
dotnet eftool it will create the DbContext with the initial lowercase if the database filename is lowercase.Example:
It creates the
DbContextwith the filenamebloggingContext.csand the class namebloggingContextwhich is