Uno.CodeGen icon indicating copy to clipboard operation
Uno.CodeGen copied to clipboard

A set of source generators for equality, immutability, ...

Results 24 Uno.CodeGen issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

GitHub Issue (If applicable): # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR...

## I'm submitting a... - Bug report (I searched for similar issues and did not find one) ## Current behavior When you have an immutable type with a property that...

project/core-tools

## I'm submitting a... - Bug report (I searched for similar issues and did not find one) ## Current behavior B.Builder() from class B returns a class A object when...

- Removed useless call to `.Equals()` in `.ToImmutable()`, preventing the creation of an instance when the set fields was ignored in the equality check. - `.Default` is not a readonly...

bug
immutable-generator

## I'm submitting a... - Feature request ## Current behavior Consider adding `CompilerGeneratedAttribute` (or another custom method) to generated methods. ## Expected behavior I have some developer-guiding unit tests that...

## I'm submitting a... Bug report (I searched for similar issues and did not find one) ## Current behavior ``` [EqualityComparerOptions(CollectionMode = CollectionComparerMode.Default)] public IList InOrderRules { get; } vs....

bug

## I'm submitting a... - Bug report (I searched for similar issues and did not find one) ## Current behavior When using [nullable reference types](https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references) and `[GeneratedImmutable]` the generated methods...

bug
help wanted
up-for-grabs

When a member implements `IStructuralEquatable`, it should be used for equality & hashcode. - [ ] Support when the member type implements it (compile-time) - [ ] Support when the...

enhancement
equality-generator
discussions-required