Jérôme Laban
|
fa24add31c
|
Merge pull request #138 from unoplatform/dev/jela/sourcegen-update
fix: Uno.Equality ambiguity with internal uno types
|
2021-12-07 16:23:10 -05:00 |
Jerome Laban
|
281827e0d9
|
fix: Uno.Equality ambiguity with internal uno types
This workaround can be removed once [this type](574a441497/src/Uno.Foundation/Uno.Core.Extensions/Uno.Core.Extensions.Equality/IKeyEquatable.cs (L26) ) has been renamed.
|
2021-12-07 16:04:16 -05:00 |
Jérôme Laban
|
4990c59804
|
Merge pull request #133 from artemious7/patch-1
Fix errors in docs, fix some spelling, make it clearer
|
2021-12-07 11:33:08 -05:00 |
Jérôme Laban
|
0ff76b5a39
|
Merge pull request #137 from unoplatform/dev/jela/sourcegen-update
fix: Bump to uno.sourcegeneration 4.0
|
2021-12-02 15:56:10 -05:00 |
Jerome Laban
|
cdb887ae20
|
chore: Bump to Uno.SourceGeneration 4.0
+semver: major
|
2021-12-02 15:50:31 -05:00 |
Jerome Laban
|
76ec7406f6
|
ci: Adjust versioning
|
2021-12-02 15:47:16 -05:00 |
Artem
|
6ffc0b4161
|
fix name of equality comparer to *_CustomComparer
|
2021-04-30 18:33:17 +03:00 |
Artem
|
e9521282ad
|
Update doc/Equality Generation.md
A reference equality comparison will be done
Co-authored-by: David Oliver <david.john.oliver@gmail.com>
|
2020-11-10 12:32:44 +02:00 |
Artem
|
d09ef42771
|
Update doc/Equality Generation.md
_reference equal_
Co-authored-by: David Oliver <david.john.oliver@gmail.com>
|
2020-11-10 12:31:10 +02:00 |
Artem
|
e45f9e4460
|
Update doc/Equality Generation.md
read-only property
Co-authored-by: David Oliver <david.john.oliver@gmail.com>
|
2020-11-10 12:30:51 +02:00 |
Artem
|
ac67881ef3
|
Fix some spelling and make it a little more clear
|
2020-11-09 13:01:35 +02:00 |
Jérôme Laban
|
81f6ca7367
|
Merge pull request #129 from unoplatform/dev/jela/is-auto-property
fix: Remove depedency on internal IsAutoProperty, TupleTypeSymbol
|
2020-07-19 22:13:05 -04:00 |
Jérôme Laban
|
9ea2eb8d0a
|
Merge pull request #130 from unoplatform/dev/jela/conv-commit
ci: Enable conventional commits
|
2020-07-19 21:58:15 -04:00 |
Jerome Laban
|
6bdac44752
|
ci: Adjust versioning
|
2020-07-19 21:57:10 -04:00 |
Jérôme Laban
|
54c7551d3d
|
ci: Enable conventional commits
|
2020-07-19 21:50:30 -04:00 |
Jerome Laban
|
712d30f48c
|
Fix: Remove local runtime roslyn assets to avoid loading conflicts
|
2020-07-19 21:31:19 -04:00 |
Jerome Laban
|
ca99449b2b
|
fix: Remove depedency on internal IsAutoProperty, TupleTypeSymbol
|
2020-07-19 20:52:57 -04:00 |
David
|
0bdde7524c
|
Merge pull request #125 from beppemarazzi/dev/supportSystemTextJson
add support for System.Text.Json serialization
|
2020-01-08 15:59:30 -05:00 |
beppemarazzi
|
3b616adb9b
|
adds some doc
|
2020-01-08 09:20:44 +01:00 |
beppemarazzi
|
c27679af28
|
fixes ImmutableGenerationOptionsAttribute GenerateNewtownsoftJsonNetConverters and GenerateSystemTextJsonConverters was not considered
adds test to verify disabling json converters generation
|
2020-01-08 08:50:44 +01:00 |
beppemarazzi
|
edb7511830
|
Merge branch 'master' into dev/supportSystemTextJson
|
2020-01-07 19:45:48 +01:00 |
Carl de Billy
|
e3cced1c11
|
Merge pull request #124 from beppemarazzi/bug/mandatorySymbols
GetMandatoryTypeSymbol were apply on optional types
|
2020-01-07 13:18:50 -05:00 |
beppemarazzi
|
7ed555e917
|
UnitTest for System.Text.Json support
|
2020-01-07 18:41:58 +01:00 |
beppemarazzi
|
cde30d0e63
|
Consumer project with minimal set of dependencies
|
2020-01-07 14:50:44 +01:00 |
beppemarazzi
|
390ba3c492
|
Immutable: support for System.Text.Json serialization
|
2020-01-07 14:27:56 +01:00 |
beppemarazzi
|
c245fa5fc6
|
System.ComponentModel.DataAnnotations.KeyAttribute is not mandatory
|
2020-01-07 08:30:31 +01:00 |
Carl de Billy
|
24914e5fda
|
Merge pull request #117 from beppemarazzi/bug/deserialize-nulls
fixes NullReferenceException deserializing null sub-objects from json
|
2020-01-06 12:50:02 -05:00 |
Carl de Billy
|
11f544f49d
|
Merge branch 'master' into bug/deserialize-nulls
|
2020-01-06 11:05:29 -05:00 |
Carl de Billy
|
171ce749a8
|
Merge pull request #122 from beppemarazzi/bug/equalsWithType
fix some Equals implementation issues
|
2020-01-06 10:20:31 -05:00 |
beppemarazzi
|
dc3d7304b4
|
Uno.Equality.IKeyEquatable is not mandatory
|
2020-01-04 11:16:21 +01:00 |
beppemarazzi
|
6ea2ca183e
|
fix base.Equals not called when base is in external assembly
|
2020-01-04 10:22:20 +01:00 |
beppemarazzi
|
6bb3dcc879
|
Merge branch 'bug/equalsWithType' of https://github.com/beppemarazzi/Uno.CodeGen into bug/equalsWithType
|
2020-01-04 09:47:43 +01:00 |
beppemarazzi
|
d404b7144e
|
add test to verify if base.Equals is called
|
2020-01-04 09:47:25 +01:00 |
Carl de Billy
|
5c210df508
|
Merge branch 'master' into bug/equalsWithType
|
2020-01-03 13:29:42 -05:00 |
Carl de Billy
|
62cdb06327
|
Merge pull request #123 from unoplatform/dev/cdb/ci-tests
Run tests in CI
|
2020-01-03 13:29:21 -05:00 |
Carl de Billy
|
123b757cd9
|
Run tests in CI
|
2020-01-03 13:23:30 -05:00 |
beppemarazzi
|
c23f832f47
|
better test assertions
|
2020-01-03 18:20:36 +01:00 |
Carl de Billy
|
a7cbed0e4e
|
Merge branch 'master' into bug/deserialize-nulls
|
2020-01-03 12:07:16 -05:00 |
beppemarazzi
|
68e6d7a3ff
|
fix equals implementation when comparing different types derived from the same base
|
2020-01-03 17:08:45 +01:00 |
Jérôme Laban
|
fdd1fb1f38
|
Merge pull request #121 from YGuerin/patch-1
Update Equality Generation.md
|
2019-12-11 09:29:28 -05:00 |
Yohan Guérin
|
718c24e16e
|
Update Equality Generation.md
|
2019-12-11 08:27:29 -05:00 |
Carl de Billy
|
8fabb9effb
|
Merge branch 'master' into bug/deserialize-nulls
|
2019-11-05 09:47:29 -05:00 |
Jérôme Laban
|
1c998d77f2
|
Merge pull request #119 from unoplatform/dev/cdb/add-gitpod
Add gitpod support
|
2019-11-05 07:05:25 -05:00 |
Carl de Billy
|
3b20e4fa53
|
Should work better with .gitpod at the right place
|
2019-11-04 03:53:43 +00:00 |
Carl de Billy
|
667ddaace1
|
Try official dotnet image
|
2019-11-04 03:49:29 +00:00 |
Carl de Billy
|
fa9d6e587c
|
First try with gitpod
|
2019-11-04 03:25:34 +00:00 |
beppemarazzi
|
6875a91e13
|
fixes NullReferenceException deserializing null sub-objects from json
|
2019-09-24 14:36:22 +02:00 |
Xiaotian Gu
|
3af6ba34cf
|
Merge pull request #113 from nventive/dev/xygu/20190710/gitversion-fix
fixed gitversion
|
2019-07-10 13:34:10 -04:00 |
Xiaoy312
|
1fc8a804bc
|
fixed gitversion
|
2019-07-10 12:45:00 -04:00 |
Agnes ZITTE
|
fa02ccbe15
|
Merge pull request #111 from nventive/release/bump/Batman
release/bump/Batman
|
2019-06-18 18:33:50 -04:00 |