We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stick this in SerializationTests:
SerializationTests
[Test] public void DurationIsStable_Tests() { var e = GetSimpleEvent(); var originalDuration = e.Duration; var c = new Calendar(); c.Events.Add(e); SerializeToString(c); Assert.AreEqual(originalDuration, e.Duration); }
The text was updated successfully, but these errors were encountered:
v2 updates to eliminate serialization side effects #199
4e8023f
v3 updates to eliminate serialization side effects #199
bfcf4dd
Bump nuget version #199
97aca4d
38165f8
Sorry, something went wrong.
DURATION and DTEND are mutually exclusive, so use DTEND during serial…
6f2fd98
…ization because it's more powerful #199
No branches or pull requests
Stick this in
SerializationTests
:The text was updated successfully, but these errors were encountered: