Releases: natemcmaster/DotNetCorePlugins
2.0.0-beta.130
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
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
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
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
1.3.0
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
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
Thanks to @KatoStoelen for contributing a feature for this release! Kudos 😄
Changes:
1.0.0
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:
- 370d355 infra: update dependencies (#116)
- bb7b92a infra: update azure-pipelines.yml (#115)
- dc2336d docs: update README.md (#114)
- d868ffa Update releasenotes.props (#113)
- a634d3b feature: support non-default AssemblyLoadContext(s) (#111) [ #110 ]
- e5d74ec Merge branch 'release/0.3.2'
- f15ce75 Create CODE_OF_CONDUCT.md (#105)
- 7481aaa Add code comments to hello-world sample and README (#104)
- 54e60e2 Create CONTRIBUTING.md (#95)
- 4002fc3 Update stale.yml to leave issues open at least 1 year (#102)
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
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.