Releases: a-gubskiy/XDoc.NET
Releases · a-gubskiy/XDoc.NET
Version v1.0.11 RC (experimental)
This release includes:
- Added ConsoleUtility for standardized console output.
- Introduced AssemblyExtensions for reliable XML documentation path resolution and improved support for runtime and EF Core migrations.
- Improved warning messages for missing inherited XML documentation with better formatting and magenta coloring.
- Added detailed diagnostic output for unresolved references.
- Refactored HasComment method to remove an unused parameter and include property type.
- Updated README.md with latest usage notes.
- Updated package dependencies.
Full Changelog: xdoc-v1.0.10-rc...xdoc-v1.0.11-rc
Version v1.0.10 RC
What's Changed
- Update EF Extensions by @a-gubskiy in #58
Full Changelog: xdoc-v1.0.9-rc...xdoc-v1.0.10-rc
Version v1.0.9 RC
What's Changed
- Refactor nested class name handling to use XML documentation notation by @a-gubskiy in #57
Full Changelog: xdoc-v1.0.8-rc...xdoc-v1.0.9-rc
Version v1.0.8 RC
What's Changed
- Extend EF API by @a-gubskiy in #54
- Fix nested classes corner case by @a-gubskiy in #52
Full Changelog: xdoc-v1.0.7-rc...xdoc-v1.0.8-rc
Version v1.0.7 RC
What's Changed
- Bump Microsoft.NET.Test.Sdk and xunit.runner.visualstudio by @dependabot in #44
- Bump Microsoft.EntityFrameworkCore and 3 others by @dependabot in #47
- Fix ConfigureComments method by @a-gubskiy and @YuriyDurov in #45
- Fix generics and ctors processing by @a-gubskiy and @YuriyDurov in #42
Full Changelog: xdoc-v1.0.6-rc...xdoc-v1.0.7-rc
Version 1.0.6 RC
What's Changed
- Bump xunit.runner.visualstudio from 3.0.2 to 3.1.0 by @dependabot in #39
- Update Microsoft.EntityFrameworkCore and 3 other dependencies by @dependabot in #40
- Update Microsoft.NET.Test.Sdk to 17.14.0 by @dependabot in #41
- Temporary workaround for the constructors and generics issues by @a-gubskiy in #43
Full Changelog: xdoc-v1.0.5-rc...xdoc-v1.0.6-rc
Version 1.0.5 RC
xdoc-v1.0.5-rc Bump Microsoft.EntityFrameworkCore.SqlServer from 9.0.3 to 9.0.4
Version 1.0.4 RC
xdoc-v1.0.4-rc Update comments
Version 1.0.3 RC
xdoc-v1.0.3-rc Implement IDisposable interface in XDoc and add instance management m…
Version 1.0.2 RC
What's Changed
- Bump coverlet.collector from 6.0.2 to 6.0.4 by @dependabot in #35
- Bump xunit from 2.9.2 to 2.9.3 by @dependabot in #36
- Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 by @dependabot in #32
- Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.DependencyInjection.Abstractions by @dependabot in #33
- Bump Microsoft.EntityFrameworkCore from 9.0.3 to 9.0.4 by @dependabot in #34
Full Changelog: xdoc-v1.0.1-rc...xdoc-v1.0.2-rc