-
Hi,
I'm new to this library and I was trying to insert an entity with enum parameter using dynamic syntax.
```
var x = ODataDynamic.Expression;
var result = oDataClient.For(x.BusinessPartners)
…
-
when I try to load more than 100 records from list once, I get an issue that coming only 100 records per time.
I've tried to use ->top(3000) and it was working for some short time, and then... stoped…
-
Hi,
I'm trying to use Breeze with ASP.NET Core and Entity Framework Core, is this supported?
Or can I use Breeze with .NET Core and EF 6?
Thanks
-
Hi,
I deployed ValidationTool to localhost. When i input the Uri and click on Validate button. The error message show: "Sending validation request...Retrieving response payload...Error retrieving val…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
Hey there! Just wondering if you know about https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/bcf and https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0/src/foundationserver and wheth…
Moult updated
3 years ago
-
**Assemblies affected**
ASP.NET Core OData 8.x
**Describe the bug**
When calling a OData endpoint, I get a 500 error instead of a 400. This occurs when adding an invalid key in the URL. Example `…
-
Defect is 631416.
From the defect:
SNMP Out of range port doesn't throw error returns HTTPS 201, it should throw HTTPS 400 error
Out of range port doesn't works, it should throw HTTPS 400 er…
-
I could not find anything about mapping calsses that contains sub classes.
```
[Table("TableA")]
public class ClassA{
[COLUMN("B_ID")]
public BId {get; set;}
[COLUMN("b")]
public ClassB b…
-
#### What is the problem you are having with rclone?
Can not copy file to remote from local
#### What is your rclone version (output from `rclone version`)
Build from master, just run make.…