Andrea Mellini

Results 8 comments of Andrea Mellini

@kmcginnes I'll be happy to test this, what kind of test do you need? Usage test or you need to test code and use it in a custom app?

I dont fully agree, TimeSpan in used to represent a time interval ([TimeSpan](https://docs.microsoft.com/en-Us/dotnet/api/system.timespan?view=net-5.0)) but "DateTime.Now.TimeOfDay" return a TimeSpan, so its used to represent a generic time of a generic day...

@leastprivilege does it happen to you (if you have VS2022)?

Still happening with final release of VS 2022

If you get source and add it as Project Reference instead using NuGet package the problem does not occur. I assume its a package issue. Maybe next Nuget release will...

> > If you get source and add it as Project Reference instead using NuGet package the problem does not occur. I assume its a package issue. > > Maybe...

There's a sample where I can start from?