-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Description
We undid the change for adding a new RazorLangVersion because we thought it would resolve some build/stability issues that we were observing on the build. Undoing the change didn't seem to fix the issue, so we should try and bring back the change and solve the underlying root cause.
This issue tracks the work for "re-reverting the commits" on the SDK and the razor compiler as well as updating the codebase in all places where its necessary to key off functionality of RazorLangVersion 6.0:
- Generic type constraints
- Generic parameters type inference
- JS Modules
captainsafia