Skip to content

Commit e8730f2

Browse files
Release 0.9.1
1 parent 8d99810 commit e8730f2

File tree

459 files changed

+17647
-4270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

459 files changed

+17647
-4270
lines changed

src/Vapi.Net.Test/Core/Json/JsonAccessAttributeTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public void JsonAccessAttribute_ShouldWorkAsExpected()
7272
var nullableReadOnlyList = obj.ReadOnlyNullableList?.ToArray();
7373
Assert.That(nullableReadOnlyList, Is.Not.Null);
7474
Assert.That(nullableReadOnlyList, Has.Length.EqualTo(2));
75-
Assert.That(nullableReadOnlyList[0], Is.EqualTo("item1"));
76-
Assert.That(nullableReadOnlyList[1], Is.EqualTo("item2"));
75+
Assert.That(nullableReadOnlyList![0], Is.EqualTo("item1"));
76+
Assert.That(nullableReadOnlyList![1], Is.EqualTo("item2"));
7777

7878
var readOnlyList = obj.ReadOnlyList.ToArray();
7979
Assert.That(readOnlyList, Is.Not.Null);

src/Vapi.Net.Test/Core/Pagination/GuidCursorTest.cs

Lines changed: 0 additions & 103 deletions
This file was deleted.

src/Vapi.Net.Test/Core/Pagination/HasNextPageOffsetTest.cs

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/Vapi.Net.Test/Core/Pagination/IntOffsetTest.cs

Lines changed: 0 additions & 79 deletions
This file was deleted.

src/Vapi.Net.Test/Core/Pagination/LongOffsetTest.cs

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)