Open
Description
Describe the bug
When adding the <ApplicationIcon>Logo.ico</ApplicationIcon>
property to the <PropertyGroup>
inside the fsproj, error checking stops working and works again once the property gets removed again.
Steps to reproduce
- Create simple console application via dotnet new
- Add
<ApplicationIcon>Logo.ico</ApplicationIcon>
to the fsproj
Expected behaviour
Error checking should work even if the ApplicationIcon is defined
Screenshots
ooXmfezuSp.mp4
Machine info
- OS: Windows
- .NET SDK version: 5.0.302
- Ionide version: 5.7.1
Activity