-
After update to net core 2.1 and Npgsql.EntityFrameworkCore.PostgreSQL 2.1, EF throw exception:
> System.InvalidOperationException: "The property 'TBReestr.TBrDateEnd' is of type 'Nullable\' which …
-
There are not a lot of commits since 2017 and just seems to be related to README.md
Is this project actively being developed / supported or is it considered dead?
I'm also looking for documentat…
-
There should be a DateTimeOffset field. Currently date/time is stored in UTC and The original creator date/time is calculated using timezone defined in Website setting. As timezone offset that created…
-
I am already using GeoJSON.NET and I am planning a migration to System.Text.JSON. But I also serialize to other formats, e.g. Mongo-BSON.
What I don't understand is the coupling to the serializer.…
-
rrdtool
- https://github.com/vdaron/robin.net
- http://www.codeproject.com/Articles/28763/C-Hooks-For-RRDtool
- http://sourceforge.net/projects/rrdsharp/
- https://sharprobin.codeplex.com/
- http://ww…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/idea/491452/timezones-and-datetimeoffset.html)._
---
Currently DateTimeOffset is …
-
#### Actual Behavior
I am facing an exception on LiveAuxiliaryDataSynchronizingEnumerator.cs
```
2023-01-25 11:10:00 Runtime Error: Instant out of range for DateTime in LiveAuxiliaryDataSynch…
-
Hi,
Since Noda's Money is a struct type, we cannot use it as field type for our entities in our .Net Core 2.0 project, using Entity Framework Core 2.0.
Since EF Core 2.0 now fully supports owned e…
ghost updated
3 years ago
-
### Background and motivation
.NET now has many different DateTime types: `DateTime`, `DateTimeOffset`, `DateOnly`, etc. Each of these were added for good reasons.
* `DateTime` : The original b…
-
Are there any plans to implement support for IP address mappings introduced by https://github.com/RhodiumToad/ip4r? Additionally, is there an option available to define a custom mapping to accommodate…