-
Notifications
You must be signed in to change notification settings - Fork 80
New experiment improvements #131
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
5dccf8a
Test projects to reference the project with the experiment code
mrlacey 14246b1
Update the displayed template name
mrlacey dafeb0e
Increase the namespaces referenced in the example test file
mrlacey 28033ae
Make internal classes visible to all test projects
mrlacey 784daf0
set type to "solution"
mrlacey b9ce5c2
Add more info about a created solution for a new experiment
mrlacey ac92ca6
Don't include the labexp template in VS
mrlacey 4cde438
Update template/README.md
mrlacey d9d4ec7
Update template/README.md
mrlacey 764e89c
Update template/README.md
mrlacey b450b24
Update template/README.md
mrlacey f71fbf0
Update template/README.md
mrlacey 7c7f59f
Update template/README.md
mrlacey 5d9832e
Merge branch 'main' into i127-NewExperimentImprovements
mrlacey 6efe701
Revert "Test projects to reference the project with the experiment code"
mrlacey fab459d
Update example test
mrlacey 3e8d451
increase the number of namespaces included by default in the generate…
mrlacey 4ab8c71
add placeholders and TODO notes for including links to relevant discu…
mrlacey bc9adc9
Merge branch 'main' into i127-NewExperimentImprovements
mrlacey 51db958
update new experiment doc to reflect changes in solution structure
mrlacey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "unsupportedHosts": [ | ||
| { | ||
| "id": "vs" | ||
| } | ||
| ] | ||
| } |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| // Licensed to the .NET Foundation under one or more agreements. | ||
| // The .NET Foundation licenses this file to you under the MIT license. | ||
| // See the LICENSE file in the project root for more information. | ||
|
|
||
| using System.Runtime.CompilerServices; | ||
|
|
||
| // These `InternalsVisibleTo` calls are intended to make it easier for | ||
| // for any internal code to be testable in all the different test projects | ||
| // used with the Labs infrastructure. | ||
| [assembly: InternalsVisibleTo("ProjectTemplate.UnitTests.Uwp")] | ||
| [assembly: InternalsVisibleTo("ProjectTemplate.UnitTests.WinAppSdk")] | ||
| [assembly: InternalsVisibleTo("CommunityToolkit.Labs.UnitTests.Uwp")] | ||
| [assembly: InternalsVisibleTo("CommunityToolkit.Labs.UnitTests.WinAppSdk")] |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.