docs: document prerequisites (installed .NET 10 SDK)#447
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds documentation about prerequisites for using Mockolate, specifically clarifying that the .NET 10 SDK must be installed to build and compile projects using Mockolate, even though the library supports multiple framework versions.
Changes:
- Added prerequisite section explaining .NET 10 SDK requirement
- Renumbered subsequent Getting Started steps accordingly
- Reformatted multi-line descriptions for better readability
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Added prerequisites section before installation instructions and renumbered steps |
| Docs/pages/00-index.md | Added identical prerequisites section to documentation pages |
|
🚀 Benchmark ResultsDetails
|
|
This is addressed in release v1.2.0. |



This PR adds documentation about prerequisites for using Mockolate, specifically clarifying that the .NET 10 SDK must be installed to build and compile projects using Mockolate, even though the library supports multiple framework versions.
Changes: