nicnet icon indicating copy to clipboard operation
nicnet copied to clipboard

.NET components: fast data access layer, XML-configurable IoC container, virtual filesystem API [LEGACY, NOT MAINTAINED]

Results 2 nicnet issues
Sort by recently updated
recently updated
newest added

There're implicit operators to all basic types but no love for `long`. https://github.com/nreco/nicnet/blob/master/src/NI.Data/Query/QConst.cs

The following code doesn't throw an exception: ``` RelExParser.ParseCondition("entity_id = \"eventId\":var some dumb stuff omfg") ``` It acts like if it was: ``` RelExParser.ParseCondition("entity_id = \"eventId\":var") ``` That means **only...