-
It would be nice to update the .csproj files to target the latest version of .NET Core, i.e. 3.1.
-
Currently, the `IMultiTenantStrategy` and the `ITenantResolver` have methods requiring passing the HttpContext as an object, which doesn't seems needed, since it is accessible from the middlewares.
…
-
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…
-
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: …
-
@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
-
### 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…
-
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…
-
Because these are shipped as two separate packages and particularly because the analyzers are only a development dependency, it's easy for one to use the annotations without also running the analyzers…
-
### Android application type
.NET Android (net7.0-android, etc.)
### Affected platform version
.NET 7.0.308
### Description
Given an SDK project targeting:
```xml
netstandard2.1;net6.0-ios;ne…
-
**Describe the bug**
`GetAllTopLevelWindows` sometimes takes many seconds to complete, blocking process of the app.
I have also tried:
```
Automation.GetDesktop().FindAllChildren();
Automation.…