-
When I changed the project to multiple platform, but forgot to change to TargetFrameworks. It will be in a forever loop to send design time build requests.
```xml
netcoreapp1.1;net47
```
It l…
-
Command:
```
openapi-generator-cli generate -i $SWAGGER_FILE -g csharp-netcore -o $output -c $configFile --git-repo-id=$GIT_REPO --git-user-id=$GIT_USER \
--additional-properties=packageVersion=$VE…
-
#### Investigative information
Trying to create instance of class which uses System.ValueTuple from netstandard2.0 project which is referenced by net461/net462/net47 function project results in run…
-
按照链接编译项目
[https://mp.weixin.qq.com/s/M8as_AsVAFsiImDhaX7TKQ](url)
显示不存在各名称,是否缺失文件。
TargetFrameworks.props 已修改为
`net8.0-windows`
-
Edit:
Demo Application:
https://github.com/dotnet/roslyn-analyzers/files/5869822/WpfApp1.zip
Provided by @buyaa-n from here https://github.com/dotnet/roslyn-analyzers/issues/4699#issuecomment-767…
-
When executing the following the return value is true (parsing succeeded) and the number value becomes 0.12:
`double.TryParse("0,12", NumberStyles.Number, CultureInfo.GetCultureInfo("en-US"), out n…
-
I want to make a .NET 4.7 console app a windows native exe and I was already successful in doing so with certain projects by adding the nuget package Microsoft.DotNet.ILCompiler and then calling _dotn…
-
1) Create a new project with a template created with the new template engine (IoT template will work)
2) Add the reference of Gtk library to the project
Expected: Project compiles without problem
…
-
Приветствую.
Посмотрел код. Коду требуется глобальный рефакторинг.
Особенно в выделении из UI логической части.
Вот думаю, тебе как автору это требуется или нет?
Просто изменений за один раз будет…
-
Hi,
I regularly target multiple frameworks in the work I do and this constantly fails due to file-locking issues. I love this product and hope you can patch this easily.
Reproduction is simple.
I…