-
I'm unable to use this project in a .NET 4.5.2 project. Can you please make this library + NuGet compatible with the lowest .NET possible?
StefH updated
7 years ago
-
I have large Table from and want to perform server side, paging, filtering & sorting with WebAPI 2(API controller or Odata)
looking for any example .
-
I'd like to move to manage the breeze-client with bower with the work done here. However, I have a .NET backend that uses nuget to manage the .net code. It also installs "Breeze.Client" in nuget. I …
-
I have a test assembly that is using Microsoft.Owin.Testing to spin up a WebAPI2 project in memory and execute some integration tests.
Microsoft.Owin.Testing has a dependency on NewtonSoft.Json 6.0…
-
Hello evryone. I have a question about this two types of resolving.
(Autofac 4.4.0 // Autofac.Mvc5 4.0.1 // Autofac.WebApi2 // 4.0.1)
I have interface
```
public interface IUserContext
{
User U…
-
I am working on learning Angular 2 and Typescript.
I have not found any complete module / component for Ang 2 and wo ndered if anyone knew of one ?
I am also away for the A2 OIDC starter that is out …
-
Using Autofac.WebApi2.3.3.0
Stack trace:
```
Autofac.Integration.WebApi.AutofacWebApiFilterProvider.GetFilters(HttpConfiguration configuration, HttpActionDescriptor actionDescriptor)\r\n at
System.W…
-
I need to modify the TypeScript template for angular2 to be able to send a complex object (that has an array element) in the Get method via URI. so, instead of this generated code:
```
if (filte…
-
Getting the current error only under certain calls. WebAPI 2.0. Any thoughts?
{"Message":"An error has occurred.","ExceptionMessage":"Object reference not set to an instance of an object.","Excepti…
-
This might sound like a dump title - sorry - but I'm actually wondering how it is working.
We are running a completely async implementation of a WebApi2 stack running on owin.
We are using a combi…