Cranter

Results 9 issues of Cranter

### The golden sample the source generator should have possibility to generate as follows: Source: ```csharp public class Aggregate { public Entity Entity { get; set; } } public class...

enhancement
draft
XL-size

### The golden sample the source generator should have possibility to generate as follows: Source: ```csharp public class Aggregate { public Entity Entity { get; set; } public IEnumerable Entities...

enhancement
draft
XL-size

If the nullable context is enabled and null is passed to a notnullable parameter throw an exception.

enhancement

Mimic virtual fields etc. [TODO]

enhancement
draft
XL-size

To get rid of any warnings that could be produced.

Issue: When a class has more than one constructor, which one should be chosen to construct the object? Solution: - Constructor selection strategies - By default, constructor with the longest...

enhancement

As the topic says. [TODO]

enhancement

Hello, I noticed that when converting to mp3 it utilizes only one cpu core (windows). Is it possible to allow usage of all the cpu cores? Is there any limit...

enhancement