Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 10, 2025

Summary

  • Fixed TargetFramework mismatch from netstandard2.0 to net8 to align with project configuration
  • Replaced $REPOSITORY_NAME template variable with actual repository name 'Interfaces'
  • Configured proper file inclusion for README.md from parent directory
  • Added DocFX configuration files (docfx.json, filter.yml, toc.yml) to repository

Test plan

  • Run DocFX locally to verify warnings are resolved
  • Ensure documentation builds successfully with 0 errors and minimal warnings
  • Verify generated HTML files contain expected content
  • Test that the CI pipeline will use the updated configuration

The DocFX build now completes successfully with only expected file link warnings that occur during build-time but don't affect the final generated documentation.

Fixes #36

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #36
@konard konard self-assigned this Sep 10, 2025
konard and others added 2 commits September 10, 2025 18:45
- Update TargetFramework from netstandard2.0 to net8 to match project files
- Replace $REPOSITORY_NAME template variable with 'Interfaces'
- Configure proper file inclusion for README.md from parent directory
- Add DocFX configuration files (docfx.json, filter.yml, toc.yml)

Fixes #36

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@konard konard changed the title [WIP] Fix DocFX warnigns Fix DocFX warnings in documentation generation Sep 10, 2025
@konard konard marked this pull request as ready for review September 10, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix DocFX warnigns

2 participants