Template
📝 Updates C# and MSBuild instructions for clarity
This commit is contained in:
@@ -15,3 +15,4 @@ Code style is enforced by `.editorconfig`, `.globalconfig`, and StyleCop analyze
|
||||
|
||||
- Prefer **records** for DTOs, value objects, and other immutable data carriers.
|
||||
- Use `LoggerMessage`-generated `partial` methods on a `partial class` — never log inline (e.g., `logger.LogInformation(…)`).
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ These are configured in the root `Directory.Build.props` — do **not** set them
|
||||
|
||||
Handled automatically via `<InternalsVisibleToSuffix>` in the root props. Default suffixes are `.Tests` and `Tests`. To add custom visibility:
|
||||
|
||||
<parameter name="newString">```xml
|
||||
```xml
|
||||
<ItemGroup>
|
||||
<InternalsVisibleTo Include="MyProject.IntegrationTests" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user