added "Adding optional parameters to public methods" doc with how to …#1
Closed
heejaechang wants to merge 1 commit intomasterfrom
Closed
added "Adding optional parameters to public methods" doc with how to …#1heejaechang wants to merge 1 commit intomasterfrom
heejaechang wants to merge 1 commit intomasterfrom
Conversation
…resolve PublicAPI issue.
heejaechang
added a commit
that referenced
this pull request
Apr 14, 2016
OOP #1 - new analyzer engine that uses CompilerAnalyzer model
heejaechang
pushed a commit
that referenced
this pull request
Jun 14, 2016
Revert "Add support for calling local functions with dynamic args (#1…
heejaechang
pushed a commit
that referenced
this pull request
Jun 16, 2016
Suggest paramref and typeparamref in VB
heejaechang
pushed a commit
that referenced
this pull request
Jul 9, 2016
get the latest from roslyn
heejaechang
added a commit
that referenced
this pull request
Aug 15, 2017
#1. made persisted storage exclusive to 1 process. like before, second VS with same solution will not use persisted storage. #2, tweaked sqlite to share cache between connections like esent. #3, made VS and OOP to use different db files (we can make them to share if we want to, but for now, nobody requires it so we create 2 different db) .. made OOP mock to enable persisted service.
heejaechang
pushed a commit
that referenced
this pull request
May 2, 2018
add editorconfig related changes
heejaechang
pushed a commit
that referenced
this pull request
Mar 12, 2019
heejaechang
pushed a commit
that referenced
this pull request
Mar 19, 2019
made sync class view to get document once workspace is fully loaded
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…resolve PublicAPI issue.