Skip to content

Releases: natemcmaster/DotNetCorePlugins

0.2.3

30 Jan 15:56
Compare
Choose a tag to compare

Changes:

  • f5d8c92 Bump version to 0.2.3 and update build properties
  • ab2f800 Fix #30 - fix for missing target imports when SDK is used as a PackageReference

This list of changes was auto generated.

0.2.2

25 Jan 04:53
Compare
Choose a tag to compare

Changes:

  • e5cb10f Fix #27 - Ensure ManagedLoadContext normalizes paths before loading native assets via LoadUnmanagedDllFromPath.
  • 2ad3173 Update azure-pipelines.yml
  • fce2c9d Replace AppVeyor with Azure Pipelines (#29)
  • f1d4566 Fix #25 - fix loading in MVC sample and add fallback to loading assemblies from the plugin base directory
  • 56f4692 Don't attempt to codesign projects which aren't packable
  • ad66725 Fix #26 - handle P/Invokes which call for the native library file the file full name
  • 91b4468 Update README.md (#22)
  • abf20cd Add a sample for loading ASP.NET MVC controllers from plugins

This list of changes was auto generated.

v0.2.1

21 Oct 03:28
8f5c28f
Compare
Choose a tag to compare
Load additional probing paths from runtimeconfig.json files in AppCon…

v0.2.0

26 Sep 06:18
bdf8c39
Compare
Choose a tag to compare

#5 - resolve resource assemblies
#8 - Add API to configure the loader to prefer shared types by default

v0.1.1

22 Aug 06:02
07b28f8
Compare
Choose a tag to compare

Changes

PR #7 - fixes loading for runtime-specific managed libraries
551ef29 - filter symbols from .deps.json

v0.1.0

24 Jul 04:14
406c9b2
Compare
Choose a tag to compare

Initial release. See https://natemcmaster.com/blog/2018/07/25/netcore-plugins/ for an introduction.