FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · neraath/MsBuildProjectReferenceDependencyGraph · GitHub
neraath
/
MsBuildProjectReferenceDependencyGraph
Public
forked from
aolszowka/MsBuildProjectReferenceDependencyGraph
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 8, 2021
Adding one additional point that requires Case Insensitive comparison.
Chris Weldon
committed
f0e9d57
View commit details
Copy full SHA for f0e9d57
Browse repository at this point
Ensuring projects in the digraph are compared in a case insensitive manner.
Chris Weldon
committed
b0113b7
View commit details
Copy full SHA for b0113b7
Browse repository at this point
Helping the building of the Graph be case insensitive.
Chris Weldon
committed
5d3b353
View commit details
Copy full SHA for 5d3b353
Browse repository at this point
Commits on Dec 6, 2020
Pass `--skip-duplicate` When Pushing to GPR (#27)
aolszowka
authored
5683544
View commit details
Copy full SHA for 5683544
Browse repository at this point
Enable All NuGet Packages To Push (#26)
aolszowka
authored
10ea5f7
View commit details
Copy full SHA for 10ea5f7
Browse repository at this point
Enable Publish to GitHub Package Repository (#25)
aolszowka
authored
4f99fbd
View commit details
Copy full SHA for 4f99fbd
Browse repository at this point
Upgrade Microsoft.NET.Test.SDK to 16.8.3 (#23)
aolszowka
authored
db7901e
View commit details
Copy full SHA for db7901e
Browse repository at this point
Upgrade Microsoft.Build to 16.8.0 (#24)
Show description for d9514b9
aolszowka
authored
d9514b9
View commit details
Copy full SHA for d9514b9
Browse repository at this point
Deprecate PathUtilities in favor of the BCL Path Class (#22)
Show description for df8d51d
aolszowka
authored
df8d51d
View commit details
Copy full SHA for df8d51d
Browse repository at this point
Commits on Nov 10, 2020
Convert to .NET Core / Dotnet Tool / GitHub Actions (#19)
Show description for c02a872
aolszowka
authored
c02a872
View commit details
Copy full SHA for c02a872
Browse repository at this point
Commits on Aug 28, 2020
Alphabetized MSBPROptions.cs
aolszowka
committed
4cca93c
View commit details
Copy full SHA for 4cca93c
Browse repository at this point
Commits on Aug 21, 2020
Update .editorconfig
aolszowka
committed
4736828
View commit details
Copy full SHA for 4736828
Browse repository at this point
Add Support for Diagramming Assembly and PackageReference References (#14)
Show description for 77c45b3
aolszowka
authored
77c45b3
View commit details
Copy full SHA for 77c45b3
Browse repository at this point
Commits on Aug 20, 2020
Issue 9 refactor options passing (#12)
Show description for f0b8ffd
aolszowka
authored
f0b8ffd
View commit details
Copy full SHA for f0b8ffd
Browse repository at this point
Upgrade NUnit dependencies to the latest (#11)
Show description for 425363d
aolszowka
authored
425363d
View commit details
Copy full SHA for 425363d
Browse repository at this point
Added support for using NDesk.Options (#8)
Show description for 02a14cf
aolszowka
authored
02a14cf
View commit details
Copy full SHA for 02a14cf
Browse repository at this point
Commits on Apr 20, 2020
* Added support for .sqlproj
aolszowka
committed
bbdc1a2
View commit details
Copy full SHA for bbdc1a2
Browse repository at this point
* Changed the formatting on the supportedFileExtensions to make future patches more apparent (missed sorting)
aolszowka
committed
e5b58a3
View commit details
Copy full SHA for e5b58a3
Browse repository at this point
* Changed the formatting on the supportedFileExtensions to make future patches more apparent
aolszowka
committed
6b9ce3c
View commit details
Copy full SHA for 6b9ce3c
Browse repository at this point
Commits on Jan 15, 2020
Initial Commit of the ProcessParallelAbility Program.
Show description for 05a2f3b
aolszowka
committed
05a2f3b
View commit details
Copy full SHA for 05a2f3b
Browse repository at this point
* Extracted the logic that handles parsing DotGraph files into its own library; this will make it easier for other programs to extend this ability by using a common library
aolszowka
committed
7073b81
View commit details
Copy full SHA for 7073b81
Browse repository at this point
* Fixed tests to use test projects that ship with product
aolszowka
committed
9f19b1c
View commit details
Copy full SHA for 9f19b1c
Browse repository at this point
Commits on Dec 11, 2019
# Initial commit of the ProcessDependencyGraph Tooling
Show description for 286e879
aolszowka
committed
286e879
View commit details
Copy full SHA for 286e879
Browse repository at this point
Commits on Oct 11, 2019
Added some simple unit tests
aolszowka
committed
a46f5eb
View commit details
Copy full SHA for a46f5eb
Browse repository at this point
Commits on May 13, 2019
Added an initial attempt at support for Assembly/PackageReference into the graph; because this is in alpha I have added it as hardcode disabled until the feature can be better thought out.
aolszowka
committed
58345b5
View commit details
Copy full SHA for 58345b5
Browse repository at this point
Added missing document header
aolszowka
committed
5e8d5cc
View commit details
Copy full SHA for 5e8d5cc
Browse repository at this point
Added missing documentation tag
aolszowka
committed
92fc650
View commit details
Copy full SHA for 92fc650
Browse repository at this point
Extracted logic out into its own class
aolszowka
committed
1bab12f
View commit details
Copy full SHA for 1bab12f
Browse repository at this point
Added new flag -TargetProject (-tp) which takes a partial path to the target project (IE "InterruptSystemApplicationsLibrary.synproj" or "Program\InterruptSystemApplicationsLibrary.synproj") which …
Show description for ecb6597
aolszowka
committed
ecb6597
View commit details
Copy full SHA for ecb6597
Browse repository at this point
* Ignoring case on the flags passed to MsBuildProjectReferenceDependencyGraph
aolszowka
committed
d309a5f
View commit details
Copy full SHA for d309a5f
Browse repository at this point
Commits on Jan 29, 2019
Changed how the graph outputted itself such that if a project had no dependencies it will still show on the graph (but just disconnected). This was accomplished by creating a node that points to no…
Show description for 24850b9
aolszowka
committed
24850b9
View commit details
Copy full SHA for 24850b9
Browse repository at this point
Commits on Jan 28, 2019
* Added the ability to sort the graph output.
aolszowka
committed
27c282d
View commit details
Copy full SHA for 27c282d
Browse repository at this point
Commits on Jan 10, 2019
Fixes #6 "Bug: Not All MSBuild Project Formats Supported When Using Solution Files (.SLN)"
Show description for 164242e
aolszowka
committed
164242e
View commit details
Copy full SHA for 164242e
Browse repository at this point
Added an .editorconfig to ensure that the formatting stays consistent
aolszowka
committed
d9a7e78
View commit details
Copy full SHA for d9a7e78
Browse repository at this point
Commits on Dec 14, 2018
Fixed a bug in the Solution Generation wherein it tried to resolve for a Solution Folder
aolszowka
committed
e81ea24
View commit details
Copy full SHA for e81ea24
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL