-
Old content: this, and all associated Solutions need to be reworked for VS2015 Update 3. Thank you.
-
This code:
```
ICombProvider SqlCombs = new SqlCombProvider(new SqlDateTimeStrategy());
for (int i = 0; i < 10; i++)
{
string userEmail = $"user{i}@c.com";
if (!context.Users.Any(a => a.…
-
Hey folks ,
i have a problem with the "insert and update" maybe in my WebApi.
if i debug all works fine with german "äääöööüü etc.." on controller and models from angular 2 service.
The values…
-
Are there plans for ASP.Net 5 support at the moment? I'm developing an application using ASP.Net 5, and I'd like to avoid writing my own SendGrid client if I could.
-
Any way to run Asp.net 6 on Windows IoT ? Actually i'm trying to integrate on a Universal Windows project a simple controller but no way, no package compatible with UAP, do i have to move to adapt dif…
-
Just update my server code to Microsoft.AspNetCore.Mvc.Core 1.1 (to address linq .ToString() subtree issue), and now failing with OpenIdDict: A distributed cache implementation must be registered in t…
-
I'm receiving this error every time I try to call any Strip.Net function:
var myCustomer = new StripeCustomerCreateOptions();
myCustomer.Email = customer.OwnerEmail…
-
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…
-
Branch [feature/vnext](https://github.com/lvermeulen/Nanophone/tree/feature/vnext)
- [x] Nanophone.Core
- [x] Nanophone.Core.Tests
- [x] Nanophone.RegistryHost.ConsulRegistry
- [x] Nanophone.RegistryH…
-
I use Mapster in my .NetCore WebApi project,but when I read the Request.Body ,it made a exception.
When I remove the Mapster,It becomes well.