Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Dec 22, 2024
1 parent 615d76f commit dfafe3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme/smart-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ namespace Pure.DI
}
```
So you can apply refactoring in the development environment. And also tag changes in bindings will be automatically checked by the compiler. This will reduce the number of errors.

![](smart_tags.gif)

The example below also uses the `using static Pure.DI.Tag;` directive to access tags in `Pure.DI.Tag` without specifying a type name:


Expand Down
Binary file added readme/smart_tags.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions tests/Pure.DI.UsageTests/Basics/SmartTagsScenario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
$h=}
$h=```
$h=So you can apply refactoring in the development environment. And also tag changes in bindings will be automatically checked by the compiler. This will reduce the number of errors.
$h=
$h=![](smart_tags.gif)
$h=
$h=The example below also uses the `using static Pure.DI.Tag;` directive to access tags in `Pure.DI.Tag` without specifying a type name:
*/

Expand Down

0 comments on commit dfafe3e

Please sign in to comment.