Amin Parsa
Amin Parsa
https://www.syncfusion.com/
Suddenly Getting this error on build: Can not resolve reference: `Xamarin.Android.Support.ViewPager`, referenced by `Naxam.Ittianyu.BottomNavExtension`. Please add a NuGet package or assembly reference for `Xamarin.Android.Support.ViewPager`, or remove the reference to `Naxam.Ittianyu.BottomNavExtension`...
Is it possible to have a base endpoint class with custom attributes like: [Produces("application/x-msgpack")] [Consumes("application/x-msgpack")] public class CustomEndpointBase : EndpointBaseAsync { }
In some specific cases I want an action or whole controller to receive or return "Application/json" data type. so in that case the general way of : ```cs Services.AddMvc().AddMvcOptions(option =>...