Tomasz
Tomasz
@verbedr thank you for the reply. Will try that ASAP
@verbedr this works well. It would be useful to add this example to the readme. What do you think?
@verbedr quick update: this works partially. When I create a new project using .NET 6 and add everything as shown in readme, I'm able to filter DBSets, using below snippet:...
@csharpfritz I agree on that, but with `Progam.cs and Startup.cs` approach the filtering (`IncludeTable` and `ExcludeTable`) isn't working.
In `WebApplicationExtensions.cs` I've changed ``` public static IEndpointRouteBuilder MapInstantAPIs(this IEndpointRouteBuilder app, Action options = null) where D : DbContext { switch (app) { case IApplicationBuilder applicationBuilder: AddOpenAPIConfiguration(app, options, applicationBuilder); break;...
@verbedr @csharpfritz thoughts on this? I can create PR showing my changes. Not everyone (including me) can migrate Startup and Program to .NET 6 preferred approach. As I mentioned before...
@JavanXD why not use `ctrl+n` instead of charcodes? I suggest a cleaner usage: `New Document`
User control would be cool, but C# binding is a must-have :)
@tyrotoxin no worries :) Please consider merging [this PR](https://github.com/Dasync/AsyncEnumerable/pull/16), new csproj format would help a lot.
@ndrwrbgs sadly I won't have much time till the new year. There isn't much to do, I must rebase this PR and check if everything will work fine. I think...