Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@twsouthwick
Copy link
Collaborator

We introduced ICompiledTypeAccessor as a way to get at a compiled type given a virtual path earlier this week. In order to consolidate the GetReferencedType code to utilize this fully, some changes to MasterPage were required. All of these revert the code back to what the original system did; that is, these changes had been put in as we bootstrapped the system and now we can use the original patterns.

Fixes #232

We introduced ICompiledTypeAccessor as a way to get at a compiled type given a virtual path earlier this week. In order to consolidate the GetReferencedType code to utilize this fully, some changes to MasterPage were required. All of these revert the code back to what the original system did; that is, these changes had been put in as we bootstrapped the system and now we can use the original patterns.
@twsouthwick twsouthwick requested a review from birojnayak March 8, 2024 20:48
@twsouthwick twsouthwick enabled auto-merge (squash) March 8, 2024 20:48
@github-actions
Copy link

github-actions bot commented Mar 8, 2024

Test Results

 4 files  ±0   4 suites  ±0   23s ⏱️ -1s
17 tests ±0  15 ✅ ±0  2 💤 ±0  0 ❌ ±0 
34 runs  ±0  30 ✅ ±0  4 💤 ±0  0 ❌ ±0 

Results for commit 47b7388. ± Comparison against base commit 777b135.

* Build the strongly typed new property
*/
// e.g. public new {propertyType} Master { get { return ({propertyType})base.Master; } }

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome

Copy link
Collaborator

@birojnayak birojnayak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is as original as referencesource except build is replaced with new API

@twsouthwick twsouthwick merged commit 54e4f66 into main Mar 9, 2024
@twsouthwick twsouthwick deleted the getreferencedtype branch March 9, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use ICompiledTypeAccessor within the GetReferencedType method

3 participants