InstantAPIs icon indicating copy to clipboard operation
InstantAPIs copied to clipboard

A library that generates Minimal API endpoints for an Entity Framework context.

Results 22 InstantAPIs issues
Sort by recently updated
recently updated
newest added

Suppose I have this class ` public class Food : Record { public string Name { get; set; } public decimal Portion { get; set; } public decimal Calories {...

This is a house cleaning PR that will not impact any current application behaviour. But taking the DRY principle in mind, I want to reduce some duplicated code in the...