Skip to content

Releases: natemcmaster/DotNetCorePlugins

2.0.0-beta.130

05 Jun 04:35
2873b0c
Compare
Choose a tag to compare
2.0.0-beta.130 Pre-release
Pre-release

What's new

Breaking changes! ⚠️ ⚠️ ⚠️

  • Dropping support for directly parsing the deps.json file. This is usually not required anymore. Since .NET Core 3, the built-in API AssemblyDependencyResolver handles those files.
  • Dropping support for .NET Core 2.1 and 3.1 in the NuGet package.

Notes

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/McMaster.NETCore.Plugins/2.0.0-beta.130
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/2.0.0-beta.130

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins

1.4.0

27 May 14:57
715feaa
Compare
Choose a tag to compare

Notes

The majority of changes since 1.3.1 are dependency updates and code cleanup. Notable changes include:

See v1.3.1...v1.4.0 for the full diff.

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/McMaster.NETCore.Plugins/1.4.0
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/1.4.0

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins

1.4.0-beta.87

26 May 03:43
5be3e0c
Compare
Choose a tag to compare
1.4.0-beta.87 Pre-release
Pre-release

Notes

Includes "load pdb file if available for linenumbers in stacktrace"(#204)

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/McMaster.NETCore.Plugins/1.4.0-beta.87
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/1.4.0-beta.87

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins

1.4.0-beta.41

31 Jan 01:35
6f40206
Compare
Choose a tag to compare
1.4.0-beta.41 Pre-release
Pre-release

Notes

Thanks to @Sewer56 for contributing a bugfix and a feature.

  • feature: add option to support lazy loading of transitive dependencies to increase performance (PR #164)
  • bugfix: search in additional probing paths (PR #172)

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/McMaster.NETCore.Plugins/1.4.0-beta.41
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/1.4.0-beta.41

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins

1.3.1

28 Aug 06:36
8402884
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.3.0

28 Aug 06:36
Compare
Choose a tag to compare

Changes:

  • e52e839 Update 1.3 release notes
  • 7891b09 If we don't want hot reloading but want load assemblies into memory to keep files lockfree in order to able to reload manually in future.

This list of changes was auto generated.

1.2.0

10 Mar 06:21
Compare
Choose a tag to compare

Thanks to @thoemmi for the contribution in PR #129!

https://www.nuget.org/packages/McMaster.NETCore.Plugins/1.2.0

Changes:

  • 6f98de6 Update release notes and public API docs for 1.2 release
  • 6fbd675 Update version to 1.2
  • 4effc38 Add debouncing to FileSystemWatcher events (#129)

This list of changes was auto generated.

1.1.0

17 Jan 05:13
8312d70
Compare
Choose a tag to compare

Thanks to @KatoStoelen for contributing a feature for this release! Kudos 😄

Changes:

  • 69e7d30 feature: Shadow copy unmanaged DLLs when hot reloading enabled (#119) [Fixes #118]

1.0.0

02 Jan 07:03
370d355
Compare
Choose a tag to compare

This release contains stabilization and a few bug fixes. I personally believe this library is stable enough to use in most production projects. I highly recommend using with .NET Core 3.1 and up as versions of .NET Core < 3 had to workaround severe limitations in System.Runtime.Loader.

Changes:

See More
  • fbcde75 Fixup broken .sln file
  • 1761362 Update samples and docs about how shared types work
  • 4fdf44c Update issue templates
  • 54942be feature: add IMvcBuilder.AddPluginLoader
  • 8b95bbe docs: document contextual reflection API and issue templates
  • b7556ac docs: remove links to myget from readme
  • dbbb552 Update release notes and package metadata for 1.0.0
  • c339591 Delete obsolete API [ #76 ]
  • dd942dd feature: add API for contextual reflection
  • 60db210 cleanup: run code formatter on sample
  • 0508b6e Merge pull request #81 from zeppaman/master
  • 920bc69 Update README.md
  • 656c047 fix register singleton
  • 312a9d9 README notes
  • bfb354d removed bad project
  • 12f0b6d Added sample for service implementation override

This list of changes was auto generated.

0.3.2

16 Dec 00:37
c68b1c8
Compare
Choose a tag to compare

Changes:

  • c68b1c8 Update release notes and version for 0.3.2
  • 1d0700a Add powershell version of script for hot-reload sample
  • 5bcf692 fix: ensure assemblies are loaded into memory, not read from disk, when hot reload is enabled

This list of changes was auto generated.