F# Intellisense is not initialized for net8.0-windows10.0.xxxxx
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/F-Intellisense-is-not-initialized-for-n/10699413)._
---
Having F# project like this
```XML
$(DotNetVersion);$(DotNetVersion)-windows10.0.22621
$(OverrideTargetFramework)
true
Library
true
true
```
`global.json`
```JSON
{
"msbuild-sdks": {
"Uno.Sdk": "5.2.175"
}
}
```
`solution-config.props`
```XML
$(DotNetVersion)-windows10.0.22621
```
---
### Original Comments
#### Feedback Bot on 7/10/2024, 03:35 AM:
(private comment, text removed)
---
### Original Solutions
(no solutions)
Contributor guide
Assessment
This issue has not been assessed yet.