This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/master by this push:
new 556741f7 wrapping lines
556741f7 is described below
commit 556741f71a7e900edff30e59fdc8de201ebda574
Author: Jan Friedrich <[email protected]>
AuthorDate: Wed Aug 19 23:10:45 2026 +0200
wrapping lines
---
CLAUDE.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CLAUDE.md b/CLAUDE.md
index 53d1bde5..443e11af 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -129,9 +129,9 @@ almost always be doing.
runs on Windows leaves the behaviour unverified in local Linux runs, so
prefer a cross-platform
home for the assertion when one exists.
- When a diagnosis genuinely needs the other operating system, ask the user to
continue the work
- in a session on that platform rather than approximating it. Many developers
work on both Linux and Windows
- and can switch, so leave a handoff note with what is established and what
still needs the other
- machine, as was done for issue #162.
+ in a session on that platform rather than approximating it. Many developers
work on both Linux
+ and Windows and can switch, so leave a handoff note with what is established
and what still
+ needs the other machine, as was done for issue #162.
- `NUnit.Analyzers` warnings are errors too: for example NUnit1032 requires an
`IDisposable` fixture
field to be disposed in a `[TearDown]` method.
- For code that talks to the outside world, introduce a narrow interface and
hand-write a fake;