Commit c1d2ee3
authored
Create
* Rename BindablePropertyAttributeSourceGeneratorTests
* Add BindablePropertyDiagnostic, Update XML Comments
* Remove unused usings
* Replace setter with `init`
* Update formatting
* Finish Class Attribute Tests
* Finish ConstructorAttribute Tests
* Fix typos
* Create AttachedBindablePropertySourceGenerator
* Get AttachedBindableProperty Tests Working
* Fix Failing Unit Tests
* Fix Find + Replace error
* Fix Failing Unit Tests
* Fix Failing Unit Tests
* Add support for nullable reference types
* Add support for Nullable Types
* Update GenerateAttachedBindableProperty_SimpleExample_GeneratesCorrectCode
* Finish Unit Tests
* Add CommunityToolkit.Maui.Accessibility
* Refactor Base Tests
* Add `[MethodImpl(MethodImplOptions.AggressiveInlining)]`
* Update StateContainer.shared.cs
* Add BindablePropertyAccessibility
* Add Support for XML Documentation
* Add Custom XML Documentation Test
* Update StateContainer.shared.cs
* Fix XML Documenation
* Fix Paramref
* Add Benchmarks
* Add Benchmarks
* Update StateContainer Unit Tests
* Rename enum
* Fix Ctrl+F Errors
* Fix Unit Tests
* Move XML Unit Test to IntegrationTests
* Add Missing Properties to `GenerateAttachedBindableProperty_WithAllParameters_GeneratesCorrectCode`
* Fix Copy/Paste error
* Fix Failing Unit Tests
* Convert `isNullable` constructor parameter to `IsNullable` Property
* Use `string?` for and `null` for method name
* Add XML Comments
* Use `global::` for default bindable property
* Update AttachedBindablePropertyAttributeSourceGenerator.cs
* Fix XML Comments
* Add Defaults + Unit Tests
* Disable `EmitCompilerGeneratedFiles`
* Delete CommunityToolkit.Maui.SourceGenerators.Internal.UnitTests.sln
* Remove AI Slop
* Use `AttachedBindableProperty` for test names
* Create `EquatableArray`
* Remove unnecessary namespace
* Add Effective Xml Documentation properties
* Update Records.cs
* Revert "Remove unnecessary namespace"
This reverts commit 5ea2c10.
* Fix Merge Conflicts
* Fix Merge Conflicts
* Add Support for `BindableProperty.CreateAttached()`
* Add XML Comments for AccessModifier
* Resolve CI / CD Failures[AttachedBindableProperty<T>] (CommunityToolkit#3024)1 parent fd1d63f commit c1d2ee3
File tree
36 files changed
+6477
-388
lines changed- src
- CommunityToolkit.Maui.Core/Primitives/Defaults
- CommunityToolkit.Maui.SourceGenerators.Benchmarks
- CommunityToolkit.Maui.SourceGenerators.Internal.UnitTests
- AttachedBindablePropertyAttributeSourceGeneratorTests
- BindablePropertyAttributeSourceGeneratorTests
- CommunityToolkit.Maui.SourceGenerators.Internal
- Generators
- Helpers
- Models
- CommunityToolkit.Maui.UnitTests
- Behaviors
- Layouts
- CommunityToolkit.Maui
- Behaviors
- AttachedBehaviors
- Validators
- Layouts
- StateContainer
- PlatformConfiguration/AndroidSpecific
- Primitives
36 files changed
+6477
-388
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
0 commit comments