-
Get the following error:
The type or namespace name 'ApiController' could not be found (are you missing a using directive or an assembly reference?) in the project Sitecore.Foundation.Web.
The e…
-
Versions :
> Webapi : latest from master branch
> .Net Core : 2.1.1
> .Net EF Core : 2.1.1
>
NullReferenceException is thown when calling this OData request :
> http://localhost:5000/…
-
Hi Bob,
I could not proceed beyond "Create a deployment build definition" exercise.
Visual Studio Team Services MSBuild function shows following error:
```
017-08-07T03:37:18.3164423Z All pac…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Deal-breaker for migration. I discovered this while porting my API from using NSwag.
One com…
-
when calling compare on guids, EF Core complains: InvalidOperationException: The LINQ expression 'DbSet
.Where(c => ExpressionBinderBase.GuidCompare(
firstValue: c.CatalogElementGuid,
secondVal…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Override authentication as described in https://learn.microsoft.com/en-us/aspnet/core/test/in…
-
Hi,
I do have two serilog sinks. mssql and rollingfile. Somehow there is a strange behavior. If the application starts, the rollingfile create always an empty log file (see the pic below). Do I hav…
-
Hi,
Sorry if this is a known issue, I have tried looking around a bit and trying to figure it out but not having any look. I have installed the package using Nuget and when clicking to install the…
-
My suggestion:, add an example of how to configure the csproj node setting to 'on build' generate an openapi file that SwaggerUI could use, NSwag could use to generate a 'connected client'.
Also, t…
OzBob updated
2 years ago
-
### Description
I intend to use my Windows Service/Kestrel-hosted Nancy code to provide REST data with Entity Framework Core.
I have created the necessary database and I try to make my GET methods…