This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from 556741f7 wrapping lines
add 13d931ef Recognise a native host as having no configuration system
(#162)
add 24457a61 Guard the native host case in CI (#162)
add 36aa1edc Document the pattern layout tests
new 8bb92338 Recognise a native host as having no configuration system
(#162)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yaml | 16 ++
.../162-quiet-app-settings-in-a-native-host.xml | 15 ++
src/log4net.Tests.Aot/NativeHostCheck.cs | 189 +++++++++++++++++++++
src/log4net.Tests.Aot/Program.cs | 10 +-
src/log4net.Tests/Layout/PatternLayoutTest.cs | 68 +++++++-
src/log4net.Tests/Util/SystemInfoTest.cs | 13 ++
src/log4net/Util/SystemInfo.cs | 22 ++-
7 files changed, 322 insertions(+), 11 deletions(-)
create mode 100644
src/changelog/3.4.1/162-quiet-app-settings-in-a-native-host.xml
create mode 100644 src/log4net.Tests.Aot/NativeHostCheck.cs