dotnet / dotnet/project-system
Ignore 'Option Strict On' defined in option settings with .net 5 in VB.
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
_This issue has a corresponding [ticket on Developer Community](https://developercommunity.visualstudio.com/t/Ignore-Option-Strict-On-defined-in-opt/1535957). Please vote and comment there to make sure your voice is heard._
---
Hello,
With WPF and Winforms, using .net 5 and visual studio version 16.11.3, the Option Strict setting to On in the settings options is ignored.
It is necessary to add the instruction in the code.
Despite Option Strict On, there is no conversion error detected.

With the addition of the Option Strict On statement, the conversion error is detected.

Contributor guide
Assessment
This issue has not been assessed yet.