You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where is the documentation for all the settings of this C# extension?
I saw the description of some features, but there is no docs on settings, at least, I didn't found it, is not easy to find. I stress the docs of the settings available.
Now on the problem I encountered:
Open Visual Studio Code
Open a asp.net web application project built with .NET 5. Note I have installed SDK .NET 7, but I have a project in .NET 5 and I don't want actually to migrate it.
It starts popping up the popup with the message "There were problems loading myproj.web.csproj. See log for details", I close it, it reappears, I close it, it reappears more and more.
Note I have installed SDK .NET 7, but I have a project in .NET 5 and I don't want actually to migrate it.
I have nothing against a single popup of warning to update to more recent version, but not every 2 seconds, it makes me crazy and impossible to debug the application.
VS Code settings here, as I didn't found a documentation on these, I put them more or less randomly:
[Info - 1:19:35 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.9748797
[Warn - 1:19:37 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:37 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.6904995
[Warn - 1:19:40 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:40 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.6602501
[Warn - 1:19:42 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:42 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.6032622
[Warn - 1:19:44 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:44 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.5165965
[Warn - 1:19:46 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:46 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.5761025
[Warn - 1:19:48 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:48 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.4864370
[Warn - 1:19:49 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:49 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.4679226
[Warn - 1:19:52 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:52 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.6175536
[Warn - 1:19:53 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:53 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.4470724
[Warn - 1:19:55 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:55 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.4659246
[Warn - 1:19:57 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
[Info - 1:19:57 PM] [LanguageServerProjectSystem]Completed (re)load of all projects in 00:00:01.4788951
[Warn - 1:20:01 PM] [LanguageServerProjectSystem]Warning while loading c:\proj\myproject\src\myproject.Web\myproject.Web.csproj: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
The text was updated successfully, but these errors were encountered:
Unfortunately we don't have a lot of documentation on all the settings as we're still in the progress of migrating all the existing O# options to the new LSP server.
However - the VSCode settings page should contain individual documentation for various settings. There settings in the "OmniSharp" category are currently only respected by O#.
First of all,
I saw the description of some features, but there is no docs on settings, at least, I didn't found it, is not easy to find. I stress the docs of the settings available.
Now on the problem I encountered:
StackOverflow question asked here.
Note I have installed SDK .NET 7, but I have a project in .NET 5 and I don't want actually to migrate it.
I have nothing against a single popup of warning to update to more recent version, but not every 2 seconds, it makes me crazy and impossible to debug the application.
VS Code settings here, as I didn't found a documentation on these, I put them more or less randomly:
Environment data
dotnet --info
output:VS Code version:
C# Extension version: v2.0.357
OmniSharp log
The text was updated successfully, but these errors were encountered: