-
Hello :wave:
I'm getting the following error on 7.2.3 when running a game targeting Linux or Android (potentially iOS too) built with Unity 2021.3, IL2CPP as the scripting backend and IL2CPP Code G…
-
The build fail because the task has this error: ##[error]Package version is not in a valid version format.
our package version variable are:
Major: $(MajorVersion)
Minor: $(MinorVersion)
Build: …
-
Hi, guys. For next release of linq2db we plan to add async transaction API support, which requires support from underlying providers.
[Npgsql](https://github.com/dotnet/corefx/issues/10975#issuecomme…
-
I started to create a new shortcode dll with Wyam.Common package following steps but my project could not solved reference under Wyam.Common namespaces. (e.g. create a new shortcode class implement IS…
-
### Description
I have an asp.net core app (netcore 3.1). I am trying to install packages with paket. I only want it to install the packages that are compatible with netcoreapp3.1 but it is install…
-
https://docs.microsoft.com/en-us/dotnet/api/system.data.common.dbconnection.disposeasync?view=netcore-3.1
relates to https://github.com/dotnet/runtime/issues/28596
ProfiledDbConnection should…
-
@louisfischer I have just completed the work of updating the project as it currently stands to use the latest recommended version of Cake, 0.33.0.
It would be great to get this addin updated to use…
gep13 updated
3 years ago
-
**Version Used**:
Visual Studio 16.8.3 compiling against netstandard2.0 with LangVersion 8.0 on Windows 10.
**Steps to Reproduce**:
```
private class Foo { }
private static void Bar(Acti…
-
One of the things I miss in VYaml compared to YamlDotnet is the possibility of choosing the namingcase in the options, i think it would be good to have NamingConvention in YamlSerializerOptions,
Also…
-
**Describe the bug**
`GetAllTopLevelWindows` sometimes takes many seconds to complete, blocking process of the app.
I have also tried:
```
Automation.GetDesktop().FindAllChildren();
Automation.…