`FormattedLogValues` for .net core 3.x became an internal readonly struct.Could you share a simple demo about your scenario then we could give an alternate to your code.
More details you could refer to the the following github issue:
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
10 Points
38 Posts
ASP.NEt 3.0 : FormattedLogValues
Mar 22, 2020 02:56 PM|TechAspirant|LINK
Below is the line of code which was running well in ASp.NET 2.1 but after upgrading from 2.1 to 3.0 it throws error
What is the alternate to above code in ASP.NET 3.0
Contributor
2690 Points
874 Posts
Re: ASP.NEt 3.0 : FormattedLogValues
Mar 23, 2020 02:04 AM|Rena Ni|LINK
Hi TechAspirant,
`FormattedLogValues` for .net core 3.x became an internal readonly struct.Could you share a simple demo about your scenario then we could give an alternate to your code.
More details you could refer to the the following github issue:
https://github.com/dotnet/extensions/issues/1319
Best Regards,
Rena