Beef
Beef copied to clipboard
The Business Entity Execution Framework (Beef) framework, and the underlying code generation, has been primarily created to support the industrialization of API development.
# Summary The GetColl operation fails with HTTP 500 status code when running code at Azure App Service. (Local debbuging is succeeded.) Similar issue is: https://github.com/Azure/azure-cosmos-dotnet-v3/issues/2030 # Error message ```...
Microsoft samples have redirect from `/` to `/swagger` That could be part of code generation https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Services/Catalog/Catalog.API/Controllers/HomeController.cs
Hi, ExpectEvent( ) doesn't ignore the members when passing membersToIgnore parameter: ``` v = agentTester.Test() .ExpectStatusCode(HttpStatusCode.Created) .ExpectChangeLogCreated() .ExpectETag() .ExpectUniqueKey() .ExpectValue(_ => v) .ExpectEvent("my.hr.employee", "created", expectedEventValue, "ETag", "ChangeLog", "Id", "EmergencyContacts[0].Id") .Run(a...
AreSentCompare does not take into account membersToIgnore parameter from ExpectEvent( ). This PR fixes this bug.
In Discussion #166, I found how to write template using conditional branching based on the existence of an ExtraProperty item or an item value. I raised this issue because I...
Add conditional branching based on the existence of an ExtraProperty item and an item value to the template in Demo sample (#195)
Hi team! I've been learning about GenAI lately. So I came up with as example Azure OpenAI Service. If you don't mind, could you help me brush up on it?