-
I have no problem adding the airtable.net NuGet to my .Net 6.0 Azure Function, possibly because AirtableApiClient.csproj contains `netstandard2.0`.
However, when I attempt to instantiate `AirtableB…
-
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…
-
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…
-
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…
-
MsBuild loses assembly references specified in our project file if the SDK happens to import the same assembly (possibly in a different version) from nuget packages.
We have an ASP.NET Core project…
-
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…
-
For example this code will fail on build.
```C#
public class TestClass
{
private List Values { get; set; }
public void TestMethod()
{
if (this.Va…
ghost updated
2 years ago
-
Hi,
The `IExceptionToErrorInfoConverter` interface and it's implementation are in the `Volo.Abp.ExceptionHandling` package (which targets netstandard2.0).
It's misleading that the components are i…