I hereby claim:
- I am darrenkopp on github.
- I am darrenkopp (https://keybase.io/darrenkopp) on keybase.
- I have a public key ASBfbVKBF2TMhoPUYKS1WPNPj_YiBmiLsTOmCJs-wVepmAo
To claim this, I am signing this object:
| StreamJsonRpc.RemoteInvocationException : Specified argument was out of the range of valid values. | |
| Parameter name: span | |
| at async StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](<Unknown Parameters>) | |
| at async Microsoft.CodeAnalysis.Remote.RemoteEndPoint.InvokeAsync(<Unknown Parameters>) | |
| at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) | |
| ---> (Remote Exception) { | |
| "type": "System.ArgumentOutOfRangeException", | |
| "message": "Specified argument was out of the range of valid values.\r\nParameter name: span", | |
| "stack": " at Microsoft.CodeAnalysis.SyntaxNode.FindNode(TextSpan span, Boolean findInsideTrivia, Boolean getInnermostNodeForTie)\r\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.<FindLinkedSymbolsAsync>d__9.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices |
| <Listings xmlns="http://rets.org/xsd/Syndication/2012-03" xmlns:commons="http://rets.org/xsd/RETSCommons" xmlns:schemaLocation="http://rets.org/xsd/Syndication/2012-03/Syndication.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" listingsKey="2012-03-06T22:14:47" version="0.96" versionTimestamp="2012-02-07T03:00:00Z" xml:lang="en-us"> | |
| <Listing> | |
| <Address> | |
| <commons:preference-order>1</commons:preference-order> | |
| <commons:address-preference-order>1</commons:address-preference-order> | |
| <commons:FullStreetAddress>2245 Don Knotts Blvd.</commons:FullStreetAddress> | |
| <commons:UnitNumber>2</commons:UnitNumber> | |
| <commons:City>Morgantown</commons:City> | |
| <commons:StateOrProvince>WV</commons:StateOrProvince> | |
| <commons:PostalCode>26501</commons:PostalCode> |
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| using System.Text; | |
| namespace ConsoleApp3 | |
| { | |
| class Program | |
| { |
| @if (EnvironmentMode.IsProduction) | |
| { | |
| @RenderSection("ProductionOnlyScripts", false) | |
| } | |
| else | |
| { | |
| RenderSection("ProductionOnlyScripts", false).WriteTo(HtmlTextWriter.Null); | |
| } |
| // this is a partial file. when you save this file, no .css file will be created for it as it's intent is only to be | |
| // @include'd in other files. | |
| // | |
| // SassyStudio will, however, recognize that this file is included in root.scss, so when this file is saved, it will re-generate | |
| // root.css for you. | |
| .account { | |
| .page-title { | |
| font-size: 1.5em; | |
| } | |
| } |
| using System; | |
| using System.Collections.Generic; | |
| using System.Data; | |
| using System.Data.Odbc; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Xml.Serialization; |
| Attempted to read or write protected memory. This is often an indication that other memory is corrupt. | |
| at System.Net.UnsafeNclNativeMethods.NativePKI.CertSelectCertificateChains(IntPtr pSelectionContext, CertificateSelect flags, IntPtr pChainParameters, Int32 cCriteria, SafeCertSelectCritera rgpCriteria, IntPtr hStore, Int32& pcSelection, SafeFreeCertChainList& pprgpSelection) | |
| at System.Net.UnsafeNclNativeMethods.NativePKI.FindClientCertificates() | |
| at System.Net.Http.HttpClientHandler.SetDefaultOptions(HttpWebRequest webRequest) | |
| at System.Net.Http.HttpClientHandler.CreateAndPrepareWebRequest(HttpRequestMessage request) | |
| at System.Net.Http.HttpClientHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) | |
| at System.Net.Http.HttpMessageInvoker.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) | |
| at System.Net.Http.HttpClient.SendAsync(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken) | |
| a |
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| namespace ConsoleApplication2 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) |