1
slamj1 created
Prerequisites
- ASPNETZERO 11.2
- Angular
- NET6.0
If issue related with ABP Framework
- Abp.AspNetZero 4.1.0.0 Nuget Package
Greetings;
Judging from the commit here -> https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.AspNetCore/AspNetCore/Mvc/Auditing/HttpContextClientInfoProvider.cs I see that you were already aware that GetComputerName() is currently throwing an exception because of a null Address being passed to Dns.GetHostEntry().
For now, I've patched the code for myself. Any word on when the official NuGet will be updated?
Cheers, Sam.