Ivan Dlugos
Ivan Dlugos
> wading though the xharness code. it seems it is configurable https://github.com/dotnet/xharness/blob/main/src/Microsoft.DotNet.XHarness.TestRunners.Xunit/XUnitTestRunner.cs#L927 > > See https://github.com/dotnet/xharness/blob/main/src/Microsoft.DotNet.XHarness.Common/XmlResultJargon.cs > > and the arg is https://github.com/dotnet/xharness/blob/main/src/Microsoft.DotNet.XHarness.CLI/CommandArguments/Apple/Arguments/XmlResultJargonArgument.cs that only seems to work for iOS,...
https://github.com/getsentry/sentry-dotnet/actions/runs/2611409713#summary-7184365508 ## Summary | Assembly | Passed | Failed | Skipped | | -------- | -----: | -----: | ------: | | Sentry.Tests.dll | 1079 | 36 | 0 |...
Anyone reviewing this, please ignore `*.cs` code under `MauiTestUtils` - that's code copied from MAUI and we don't want to touch that unless absolutely necessary.
Another option (non-breaking) would be to provide an annotation/option to switch to reading UTC time. For example like on the following fields: ```dart @Property(type: PropertyType.date, isUtc: true) int date; ```...
BTW: If you didn't want to keep any data, i.e. not even last object IDs (auto-increments), you can delete the database directory. This would also be the fastest thing to...
Not sure how we could do this. The contract of `box.put()` (and `putMany()`) is that it sets the ID on the given object, if it was previously zero. This is...
@tomwyr - unfortunately that still won't satisfy the current "contract" of `box.put()` (or `putMany()`) which says it updates the given object. Besides this being possibly relied upon in client apps,...
You've promoted your case very well, thanks for going to the extent and no, absolutely not taken negatively. I can definitely see your point and I don't think there's anything...
Thanks and you were also part of the effort, so thanks to you too. :+1:
BTW I find [Dart SDK changelog on the main branch](https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md) a good source of upcoming changes/features. e.g. it already lists 2.13 and 2.14 (WIP)