Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames committed Jul 7, 2024
1 parent c01aa36 commit a5d9ed8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ You can add all icons from https://ant.design/components/icon
| Spin | Rotate icon with animation | boolean |- |
| Rotate |Rotate by n degrees | int | - |
| TwoToneColor |Only supports the two-tone icon. Specify the primary color.| string[] | - |


## Development

- Install the .NET Compiler Platform SDK with VS2022 for debug the Source Generators.
- Set `AntDesign.Icons.Generator` as startup project.
- Press F5 or click `Debug` button on top of VS2022.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"profiles": {
"配置文件 1": {
"Run Source Generators": {
"commandName": "DebugRoslynComponent",
"targetProject": "..\\AntDesign.Icons\\AntDesign.Icons.csproj"
}
Expand Down

0 comments on commit a5d9ed8

Please sign in to comment.