NetTecture
NetTecture
Actually no - does huggingface not expose them in an OpenAi compatible API?
You are aware that this is a nightmare? How do you do htat - LTR when arabic is RTL? Spell the words backwarrds? What if the arabic speaker works on...
Still the same here... TypeLoadException: Could not load type 'Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint' from assembly 'Microsoft.AspNetCore.Mvc.Core, Version=3.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. in AspNetCore.RouteAnalyzer.Inner.RouteAnalyzerImpl.GetAllRouteInformations() AspNetCore.RouteAnalyzer.Controllers.RouteAnalyzer_MainController.ShowAllRoutes() lambda_method(Closure , object , object[] ) Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(object target, object[] parameters) Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor+SyncActionResultExecutor.Execute(IActionResultTypeMapper...
May I suggest that you also consider reusing existing objects? This is one thing that bothers me. I work on a tightly integrated C# based system. Ultimately I want to...
That is all nice and dandy, but it assumes that there is a complete sensible set of verbs to start with. Which also flies in the face of modular programming...
Not really. The main benefit is that you can regenerate in the build process or as separate EASY step. If multiple teams actively develop an API, then there are times...
There is also more to it than just entities. What about actions and functions? We use both extensively. I would love a decent typescript based odata client - all around...
@umutozel Actually i have spent the last day implementing a base bones odata client generator in dotnet - we do not use node as main platform, and a .net tool...
You name it. Ok, lets straight. * Actions/Functions - definitely needed. We start having a lot of actions and functions in some API. Remember Functions support $filter and $expand ;)...
As a user that sis bitten by 2.1.1 basically blowing every non trivial query we have in ef6 - can you please put a focus on a struture/frameowkr that allows...