Skip to content

Commit

Permalink
Add another note
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick authored Nov 14, 2023
1 parent 12308a7 commit a2a9d85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/general/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ package.TryAddPackageEventsFeature();
var feature = package.Features.GetRequired<IPackageEventsFeature>();
```

> Note: There may be times when the package is changed but an event is not fired. Not all areas have been identified where it would make sense to raise an event. Please file an issue if you find one.
> [!NOTE]
> There may be times when the package is changed but an event is not fired. Not all areas have been identified where it would make sense to raise an event. Please file an issue if you find one.
### IPartEventsFeature

Expand Down Expand Up @@ -106,7 +107,8 @@ var feature = part.Features.GetRequired<IPartRootEventsFeature>();

Generally, assume that there may be a singleton implementation for the events and verify that the part is the correct part.

> Note: There may be times when the part root is changed but an event is not fired. Not all areas have been identified where it would make sense to raise an event. Please file an issue if you find one.
> [!NOTE]
> There may be times when the part root is changed but an event is not fired. Not all areas have been identified where it would make sense to raise an event. Please file an issue if you find one.
### IRandomNumberGeneratorFeature

Expand Down

0 comments on commit a2a9d85

Please sign in to comment.