Skip to content
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

Encounter ArgumentNullException every time the project is opened #143

Closed
laicasaane opened this issue Jan 29, 2021 · 1 comment
Closed
Assignees
Labels
bug Highlight Syntax highlight

Comments

@laicasaane
Copy link

laicasaane commented Jan 29, 2021

Build version 6087.
Here is the log

<entry>
<record>854</record>
<time>2021/01/29 17:57:47.670</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>
    System.ArgumentNullException: Value cannot be null.&#x000D;&#x000A;Parameter name: tag&#x000D;&#x000A;
        at Microsoft.VisualStudio.Text.Tagging.TagSpan`1..ctor(SnapshotSpan span, T tag)&#x000D;&#x000A;
        at Codist.Taggers.CSharpTagger.CreateClassificationSpan(ITextSnapshot snapshotSpan, TextSpan span, ClassificationTag tag) in D:\Codes\Open Source Projects\Codist\Codist\Taggers\CSharpTagger.cs:line 610&#x000D;&#x000A;
        at Codist.Taggers.CSharpTagger.ClassifyPunctuation(TextSpan itemSpan, ITextSnapshot snapshot, SemanticModel semanticModel, CompilationUnitSyntax unitCompilation) in D:\Codes\Open Source Projects\Codist\Codist\Taggers\CSharpTagger.cs:line 345&#x000D;&#x000A;
        at Codist.Taggers.CSharpTagger.&lt;GetTags&gt;d__5.MoveNext() in D:\Codes\Open Source Projects\Codist\Codist\Taggers\CSharpTagger.cs:line 205&#x000D;&#x000A;
        at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator`1.&lt;GetTagsForBuffer&gt;d__47.MoveNext()&#x000D;&#x000A;
    --- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A;
    at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
</description>
</entry>
@wmjordan
Copy link
Owner

Please download the new beta and see whether your problem persists.

@wmjordan wmjordan self-assigned this Jan 31, 2021
@wmjordan wmjordan added bug Highlight Syntax highlight labels Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Highlight Syntax highlight
Projects
None yet
Development

No branches or pull requests

2 participants