-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microsoft graph update: dotnet core migration (#65)
* Snippet generations running on pipelines * Add before checking for changes * Handling exception tests * Updates to include sdk documentation links into docs * Updates to include header to show auto-generated files in snippet generation. * Reworks Snippet injection to around the http tab section * Makes PR title and commit message parameters and enables tabs renaming * Try it updates * Fix locale and only dump new files * Tiny fix * Fix runs * Update apidoctor to consume snippet generation command line tool instead of HTTP endpoint (#1) * add skip-publishing-changes flag to skip creating pull request upon generation * integrate snippet generator tool * consider the version information * apply fixes from generate-snippets branch * remove Github helper * clean up command line options * remove unused git commands, make GitHelper closer to that of master's * add summary tags * - temporary reference to dotnet core fork * - removes outdated version of nuget * - migrates to package reference * - upgrades validation project to dotnet core * - upgrades publishing project to dotnet core * - migrates documentation generation project to dotnet core * - converts console application to dotnet core - replaces old references to commandline parser - replaces user password flow by device code flow * - upgrades unit testing projects to dotnet core * fix static method call * add custom metadata path * - fixes a bug where the merged introduced and oprhan switch case * - adds missing sign assembly flag * - updates reference to markdown deep * - fixes dependencies and minimatch in the nuspec * Fix broken test * - adds missing generate snippets verb * Update ApiDoctor.Validation/Http/HttpParser.cs Co-authored-by: Vincent Biret <[email protected]> * - fixes a casing issue for file reference * - migrates missing project * - fixes a bug where get temp directory would rely on a missing env variable on linux * - udpates reference * - updates csproj files so version can be passed when packing * - fixes path of dlls for nuspec * - adds collection of missing files for console package * - fixes minimatch pattern to collection necessary tools and ref folders * - replaces device code flow by username password as it's used in CI * - udpates reference to markdowndeep * - removes duplicate option entry * Update readme.md Co-authored-by: Andrew Omondi <[email protected]> Co-authored-by: Andrew Omondi <[email protected]> Co-authored-by: Andrew Omondi <ApiDoctor> Co-authored-by: Eastman <[email protected]> Co-authored-by: Andrew Omondi <[email protected]> Co-authored-by: Mustafa Zengin <[email protected]> Co-authored-by: Barry Shehadeh <[email protected]>
- Loading branch information
1 parent
c8e2374
commit b5cec62
Showing
31 changed files
with
246 additions
and
1,057 deletions.
There are no files selected for viewing
This file contains 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,3 +1,4 @@ | ||
[submodule "OSS/markdowndeep"] | ||
path = OSS/markdowndeep | ||
url = https://github.com/OneDrive/markdowndeep.git | ||
branch = master |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains 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 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 was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.