[Mapguide-trac] [mapguide-trac] #2871: .net nuget package does not copy unmanaged dlls in legacy (4.x) asp.net web application
MapGuide Open Source
trac_mapguide at osgeo.org
Mon May 29 03:09:53 PDT 2023
#2871: .net nuget package does not copy unmanaged dlls in legacy (4.x) asp.net web
application
---------------------+-----------------------
Reporter: jng | Owner: jng
Type: defect | Status: closed
Priority: low | Milestone: 4.0
Component: Web API | Version:
Severity: trivial | Resolution: wontfix
Keywords: | External ID:
---------------------+-----------------------
Changes (by jng):
* status: assigned => closed
* resolution: => wontfix
Comment:
The project in question uses `packages.config` for tracking nuget package
references.
Even in legacy .net framework projects, this is an ancient way to track
nuget package references. Legacy .net projects should use the
`PackageReference` method of tracking nuget packages. In this mode, the
`.targets` files in our nuget packages will import properly and the native
dll copying will happen.
We will not devote any further resources to trying to get these nuget
packages to work in the "project using `packages.config`" scenario.
--
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2871#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list