HotReload: Hot reload error
I use resources in page:
<ContentPage.Resources>
<Color x:Key="fgColor">#262626</Color>
<Color x:Key="bgColor">White</Color>
<Color x:Key="btnBgColor">Gray</Color>
</ContentPage.Resources>
and hot reload throw error: [1]HotReloadAgent: ERROR: A resource with the key ‘fgColor’ is already present in the ResourceDictionary. [ArgumentException]
Am I doing something wrong or is it a bug? I use 1.4 version for Rider 2020.2
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (11 by maintainers)
Commits related to this issue
- #138 Switch to modern Rider plugin architecture (from components to service) to avoid exception on plugin start-up. — committed to AndreiMisiukevich/HotReload by ihnat-esr 4 years ago
Fixed 😃 @lightway82 plugin v.1.4.4. will be available for downloading/update in Rider in 1-2 days.