-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breaking changes? #91
Comments
after loading it up in jetbrains rider, i think i found the main issue why its giving me that message, |
update: for people having issues with system.buffers |
Exception thrown: 'DnsClient.DnsResponseException' in mscorlib.dll
System.IO.FileLoadException' in DnsClient.dll
so I am having this weird issue where the code works fine in untouched builds but once building in debug or sometimes release mode i get system IO File load exception and DNSClient reponse exception with no real clear definition of what the hell is going on
this is the code
private async void StartTrace()
{
DisplayStatusMessage = true;
Console.WriteLine("starting trace");
IsTraceRunning = true;
I wasn't having this issue yesterday and I haven't messed with this file for months now? what can be the deal?
The text was updated successfully, but these errors were encountered: