The Wayback Machine - https://web.archive.org/web/20220408064733/https://github.com/topics/dotnet-framework
Skip to content
#

dotnet-framework

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

ankitmatrix08
ankitmatrix08 commented Feb 2, 2022

1. Exception Case:
LINQ: Here, I have a query which is doing a GroupJoin on an DbSet and then adding other inner joins.
Repository.ConvertToBigIntTable -> This is an output of a call to a Table-Valued function which returns an IQueryable (T is a Keyless entity having a long Id field)

private IQueryable<IDocumentTypePermission> GetDocumentTypePermissionsTest<T>(IQueryable
type-bug customer-reported good first issue area-query
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