10 references to IsSimpleType
Aspire.Hosting.RemoteHost (1)
Ats\AtsMarshaller.cs (1)
118
return
IsSimpleType
(underlying);
Aspire.Hosting.RemoteHost.Tests (9)
AtsMarshallerTests.cs (9)
61
Assert.True(AtsMarshaller.
IsSimpleType
(type));
67
Assert.True(AtsMarshaller.
IsSimpleType
(typeof(int?)));
68
Assert.True(AtsMarshaller.
IsSimpleType
(typeof(bool?)));
69
Assert.True(AtsMarshaller.
IsSimpleType
(typeof(DateTime?)));
75
Assert.True(AtsMarshaller.
IsSimpleType
(typeof(TestEnum)));
81
Assert.False(AtsMarshaller.
IsSimpleType
(typeof(object)));
82
Assert.False(AtsMarshaller.
IsSimpleType
(typeof(List<int>)));
83
Assert.False(AtsMarshaller.
IsSimpleType
(typeof(TestClass)));
356
Assert.True(AtsMarshaller.
IsSimpleType
(type));