Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNET-1161: Implement support for using a log level for a specific log category #3634
RNET-1161: Implement support for using a log level for a specific log category #3634
Changes from 31 commits
a4bf132
0f65081
7dfb380
b33aba1
a2fbca7
c0d9aa4
596e7f5
f4c9574
5f8cbf4
7e909c2
84535af
e728ff2
dc7af0a
dedf349
cc68acb
69bd809
2919b03
84e8733
5232577
d1977ee
c2dfcfa
b4dcaad
61f05a3
a86513c
461e090
b19f081
8fafa12
f09ae91
28455dd
7c91e71
e5a6a8e
40195c3
4eb128a
55f074d
66cdff5
b4efe05
c66bdf1
5307414
e7de88a
f2a938d
a3e3deb
db579ee
cf65350
c0b98fb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 67 in Realm/Realm/Handles/SharedRealmHandle.cs
GitHub Actions / Verify TODOs
Realm/Realm/Handles/SharedRealmHandle.cs#L67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're trying to go with using
Realm.Native.StringValue
in wrapper calls when needing to pass strings. Am I correct @nirinchev ?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding here was that
StringValue
is mainly used for the returned strings (Core -> DotNet), whereas theMarshalAs
is DotNet -> Core primarily?Check warning on line 118 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Verify TODOs
Realm/Realm/Logging/LogCategory.cs#L118
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (ubuntu-latest, linux-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (ubuntu-latest, linux-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (ubuntu-latest, linux-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (ubuntu-latest, linux-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (macos-14, osx-arm64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (macos-14, osx-arm64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (macos-14, osx-arm64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (macos-14, osx-arm64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Source Generation
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (windows-latest, win-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (windows-latest, win-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (windows-latest, win-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Weaver (windows-latest, win-x64)
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Analyze C#
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Analyze C#
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Analyze C#
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Package NuGet
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Package NuGet
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Package NuGet
Check warning on line 119 in Realm/Realm/Logging/LogCategory.cs
GitHub Actions / Test Code Coverage