13 references to ConvertPrimitive
Aspire.Hosting.RemoteHost (1)
Ats\AtsMarshaller.cs (1)
350return ConvertPrimitive(value, targetType);
Aspire.Hosting.RemoteHost.Tests (12)
AtsMarshallerTests.cs (12)
161var result = AtsMarshaller.ConvertPrimitive(value!, typeof(string)); 171var result = AtsMarshaller.ConvertPrimitive(value!, typeof(int)); 181var result = AtsMarshaller.ConvertPrimitive(value!, typeof(bool)); 191var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeSpan)); 201var result = AtsMarshaller.ConvertPrimitive(value!, typeof(int?)); 317var result = AtsMarshaller.ConvertPrimitive(value!, typeof(DateOnly)); 340var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeOnly)); 437var result = AtsMarshaller.ConvertPrimitive(value!, typeof(long)); 447var result = AtsMarshaller.ConvertPrimitive(value!, typeof(double)); 457var result = AtsMarshaller.ConvertPrimitive(value!, typeof(float)); 467var result = AtsMarshaller.ConvertPrimitive(value!, typeof(decimal)); 477var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeSpan));