Cranter
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...
### 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...
If the nullable context is enabled and null is passed to a notnullable parameter throw an exception.
Mimic virtual fields etc. [TODO]
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...
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...