Artyom V. Gorchakov
88b52d8900
fix: Name Generation for Identical View Class Names ( #93 )
* fix: Name Generation for Identical View Class Names
* nit: Formatting
3 years ago
Artyom V. Gorchakov
a2e7ba4ad2
docs: Don't override InitializeComponent ( #71 )
4 years ago
Artyom V. Gorchakov
fbcc40f9fc
docs: Document InitializeComponent
5 years ago
Artyom V. Gorchakov
97e00cba95
fix: Fix and Turn On InitializeComponent Behavior by Default ( #41 )
* Add using:Avalonia, use InitializeComponent behavior by default
* build(deps): bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 in /src
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* docs: Update the documentation
* fix: Update Generator.props
* housekeeping: Update version.json
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Artyom V. Gorchakov
10d67cc9a8
docs: Update generated sample
5 years ago
Artyom V. Gorchakov
7d746128e6
docs: Document this.AttachDevTools() generation ( #36 )
* docs: Document this.AttachDevTools() generation
* Update version.json
5 years ago
Artyom V. Gorchakov
93b6c0624a
docs: Document the new Generator Options ( #33 )
* docs: Update README.md
* Bump version
5 years ago
Artyom V. Gorchakov
8e8d684f7c
housekeeping: Cleanup README.md
5 years ago
Artyom V. Gorchakov
592fae26d6
feature: Resolve Class Name from x:Class ( #27 )
* Switch over to using x:Class
* The MsBuild property is no longer required
* Documentation updates
* Bring back the AXN0003 warning
* Bring back AXN0002
* Mocks for unit tests
* Actually use the mock in unit tests
* Bump version
5 years ago
Artyom V. Gorchakov
806fe0fef1
docs: Document AXN warnings suppression
Closes https://github.com/AvaloniaUI/Avalonia.NameGenerator/issues/24
5 years ago
Artyom V. Gorchakov
631870b17b
feature: Document the AvaloniaNameGenerator Property, Don't Crash on Failure ( #23 )
* Update README.md
* Don't crash when something goes wrong
* Add back the warning
* Update version.json
5 years ago
workgroupengineering
cff386b326
feature: Generate x:Name mapping without the GenerateTypedNameReferences attribute ( #22 )
* feature: Generate x:Name mapping without the GenerateTypedNameReferences attribute.
* fix: Update README.md
5 years ago
Artyom V. Gorchakov
af3b0beacf
housekeeping: Add GIF recordings
5 years ago
Artyom V. Gorchakov
063ef71741
housekeeping: Temporary use old package name
5 years ago
Artyom V. Gorchakov
ecc9677a23
housekeeping: Rename to Avalonia.NameGenerator ( #16 )
5 years ago
Artyom V. Gorchakov
489a6101c5
housekeeping: Update Generated Code Sample ( #15 )
5 years ago
Artyom V. Gorchakov
734f3441e8
fix: Don't Throw when Attached Properties are Unknown ( #12 )
* Fix attached properties resolution
* Strip out controls that aren't IControl
* Be more strict and check the namespace
* Update packages, throw when class is not partial
* Use internal access modifier explicitly
* Move the attribute to Avalonia.Controls namespace
* Further documentation updates
* Add the badges
5 years ago
Artyom V. Gorchakov
53942a551e
Update README.md
5 years ago
Artyom V. Gorchakov
08ed528420
feature: Use XamlX for Type Resolution ( #5 )
5 years ago
Artyom
433c279e72
Allow specifying namespaces manually
5 years ago