-
### Background
I came across this idea after seeing that Java has implemented it, see [JEP 254](http://openjdk.java.net/jeps/254) for the full details, plus this [InfoQ article](http://www.infoq.com/…
-
**Describe the bug**
Previously you could create an object with a semver property and order by on it and now it does not work anymore.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. …
-
I have an `[Imported]` interface and I am getting:
> The member Test.get_X needs a GeneratedMethodName property for its [InlineCodeAttribute] because it is an interface method.
Is `GeneratedMethodNa…
-
Adding an interface to a generated type doesn't work; particuarly in the case where it is an existing interface that has generic arguments that are provided types. This is a common use case for us sin…
-
Hi,
So I'm getting this error:
> Mapster.CompileException: Error while compiling
> source=Domain.Orders.Models.Order
> destination=Infrastructure.SQL.Orders.Models.DB_Order
> type=Map
> ---…
OFark updated
2 years ago
-
For certain calculations and reports, sometimes the concept of a week is needed. NodaTime already has logic for this (see https://nodatime.org/3.1.x/userguide/weekyears), but the `IWeekYearRule` only …
-
### Description
Consider the following program:
```C#
static void Main(string[] args)
{
object o1 = new();
object o2 = new();
var a = (…
-
First of all - thanks for the fantastic library!
Question: how can we support custom variable types? For example in addition to DateTime my code often refers to TimeCode variables (for broadcast TV w…
-
Here is a code variant where all allocations that were due to conversion of unmanaged types to IComparable interface are completely removed. Close this issue if you are not interested in this improvem…
-
**Is your feature request related to a problem? Please describe.**
C#8 adds nullable reference types. Not only will CSLA need to support this, but it should also annotate its members with not just `?…