-
There can be issues if someone relies on a native dependency but creates a `netstandard` app. Recently, some people experienced issues because of an upgrade in AspNetCore.App versions
https://githu…
-
Can there be a build for NetCore 2/3? In Nuget as well.
-
Hi,In my environment as title can't rebuild success, I try update Nuget oackage, but a lot of Nuget error message as below:
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 NU1202 包 CommunityToolkit.Maui 8.0.1 与 net5.0 …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
NuGet
### Package manager version
_No response_
### Language version
net6, net8
### Man…
Sam13 updated
1 month ago
-
1. Open Microsoft.ReactNative.sln in VS
2. Add new project -> C++/WinRT Core App
3. Build
Expected: project builds
Actual: pre-build restore fails with a bunch of errors like:
`1>C:\rnw\vnext\M…
-
Package ef-enum-to-lookup 1.9.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package ef-enum-to-lookup 1.9.0 supports: net45 (.NETFramework,Version=v4.5)
One or more packa…
-
I have the following test:
```
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public static void TrimDbEnti…
-
HI,
I'm creating a few apps with NET8 MAUI and I wanted to use your component and services. Unfortunately, when I added the NuGet package Vungle SDK to my project, I get a lot of errors
> Error NU…
-
Here are the errors I ran into after cloning the repo to my local machine and running `dotnet build`:
```terminal
MSBuild version 17.4.0+18d5aef85 for .NET
Determining projects to restore...
C:\…
-
netcoreapp was [replaced](https://learn.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-frameworks) with net since v5.
nuget should issue a deprecation warning or error when `netcor…