-
Notifications
You must be signed in to change notification settings - Fork 286
Deployment Item support in .NET Core #565
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
36 commits
Select commit
Hold shift + click to select a range
6fb66eb
depItemInNetcoreWithoutUT
ankit-arora12 16739e0
Merge branch 'master' into depItemNetCore
abhishkk 48e4b7a
Resources file changes
ankit-arora12 536dfac
Merge branch 'depItemNetCore' of https://github.com/ankit-nitd/testfx…
ankit-arora12 e83349b
Merge branch 'depItemNetCore' of https://github.com/ankit-nitd/testfx…
ankit-arora12 fc9ec88
Merge branch 'depItemNetCore' of https://github.com/ankit-nitd/testfx…
ankit-arora12 928d8c6
Resources handling and renaming files
ankit-arora12 008fda4
Merge branch 'master' into depItemNetCore
ankit-arora-gh 42d3a81
Adding UT's
ankit-arora12 9eeaf02
Merge branch 'depItemNetCore' of https://github.com/ankit-nitd/testfx…
ankit-arora12 cfa90b8
PR comments
ankit-arora12 f40b346
PR comment variable assign
ankit-arora12 707ef00
Test Cases restructuring
ankit-arora12 62649d5
E2E and test context
ankit-arora12 ead5ea5
ut fix
ankit-arora12 3986e88
renaming and moving files
ankit-arora12 a1260cd
pragma File name must match first type name
ankit-arora12 ec9e3ae
remove duplicate reference
ankit-arora12 043a51a
testing to remove duplicacy by version change
ankit-arora12 47788cf
fix for issue occuring only in jenkins
ankit-arora12 24bc0f7
fix for issue occuring only in jenkins
ankit-arora12 54f15b1
netcore test version upgrade and file operations separate
ankit-arora12 df9df0f
Merge remote-tracking branch 'upstream/master' into depItemNetCore
ankit-arora12 aa23712
jenkins issue with duplicate libraries
ankit-arora12 2108a2d
jenkins issue with duplicate libraries
ankit-arora12 f6d969e
Merge branch 'depItemNetCore' of https://github.com/ankit-nitd/testfx…
ankit-arora12 3437d95
Merge branch 'depItemNetCore' of https://github.com/ankit-nitd/testfx…
ankit-arora12 7fcc434
jenkins duplicacy
ankit-arora12 2cf41d5
Merge branch 'depItemNetCore' of https://github.com/ankit-nitd/testfx…
ankit-arora12 0e666ca
smoke fix post debug changes
ankit-arora12 b7466e2
fix spacing
ankit-arora12 2e4c598
pragma
ankit-arora12 737abcb
removing comment and pubxml
ankit-arora12 a7c6883
testfx conflict resolve
ankit-arora12 6396799
changes in accordance with timeout commit
ankit-arora12 2989544
Merge remote-tracking branch 'upstream/master' into depItemNetCore
ankit-arora12 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
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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RuleSet Name="Rules for testFx source code" Description="Code analysis rules for src projects." ToolsVersion="14.0"> | ||
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers"> | ||
<!-- Allow use of regions --> | ||
<Rule Id="SA1124" Action="None" /> | ||
|
||
<!-- Do not require XML comment analysis --> | ||
<Rule Id="SA1652" Action="None" /> | ||
<Rule Id="SA1649" Action="None" /> | ||
</Rules> | ||
</RuleSet> | ||
|
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
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
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
File renamed without changes.
Oops, something went wrong.
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.