13 references to ConvertPrimitive
Aspire.Hosting.RemoteHost (1)
Aspire.Hosting.RemoteHost.Tests (12)
AtsMarshallerTests.cs (12)
210var result = AtsMarshaller.ConvertPrimitive(value!, typeof(string));
220var result = AtsMarshaller.ConvertPrimitive(value!, typeof(int));
230var result = AtsMarshaller.ConvertPrimitive(value!, typeof(bool));
240var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeSpan));
250var result = AtsMarshaller.ConvertPrimitive(value!, typeof(int?));
377var result = AtsMarshaller.ConvertPrimitive(value!, typeof(DateOnly));
400var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeOnly));
497var result = AtsMarshaller.ConvertPrimitive(value!, typeof(long));
507var result = AtsMarshaller.ConvertPrimitive(value!, typeof(double));
517var result = AtsMarshaller.ConvertPrimitive(value!, typeof(float));
527var result = AtsMarshaller.ConvertPrimitive(value!, typeof(decimal));
537var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeSpan));