Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
0.1.0 Preview Release
Browse files Browse the repository at this point in the history
0.1.0 Preview Release
  • Loading branch information
brywang-msft committed Aug 4, 2017
1 parent 11aea11 commit f798b77
Show file tree
Hide file tree
Showing 157 changed files with 22,574 additions and 452 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
@@ -0,0 +1,4 @@
Contributing to PSSwagger
=============================

Please refer to [the common contribution guidelines in PowerShell git organization](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md)
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,44 @@
<!--- Provide a general summary of the issue in the Title above -->

<!--
- Search the existing issues.
- Fill out the following template
- If it is a bug report, make sure you are able to repro it with latest PSSwagger module from master branch.
-->

## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

## Your Environment
<!--- Include at least the output from $PSVersionTable -->

```PowerShell
> $PSVersionTable
> Get-Module
> Get-Module -ListAvailable PSSwagger
```
275 changes: 275 additions & 0 deletions .gitignore
@@ -0,0 +1,275 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# VS auto-generated files for csproj files
*.csproj.user

# Tests related files and folders
/Tests/Generated/
/Tests/NodeModules/
/Tests/ScenarioTestResults.xml
/Tests/pesterCommand.ps1
/Tests/dotnet-install.*
/Tests/data/*/*.psmeta.json

# Project Rider IDE files
.idea.powershell/

# Ignore executables
*.exe
*.msi
*.appx

# Ignore binaries and symbols
*.pdb
*.dll

# Ignore packages
*.deb
*.zip
*.rpm
*.pkg

# ignore the version file as it is generated at build time
powershell.version

# default location for produced nuget packages
/nuget-artifacts

# generated man files
/assets/powershell.1*

# resgen output
gen

# Per repo profile
.profile.ps1

#VS Code files
.vscode

# OS X
.DS_Store

# TestsResults
TestsResults*.xml

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/

# Visual Studo 2015 cache/options directory
.vs/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding addin-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config

# Windows Azure Build Output
csx/
*.build.csdef

# Windows Store app package directory
AppPackages/

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# VS auto-generated solution files for project.json solutions
*.xproj
*.xproj.user
*.suo

# LiveTestFramework default output dir
PSSwagger.LiveTestFramework/out/

# LiveTestFramework Code.ps1 files
PSSwagger.LiveTestFramework/src/PSSwagger.LTF.ConsoleServer/*.Code.ps1
PSSwagger.LiveTestFramework/src/PSSwagger.LTF.Lib/*.Code.ps1

# LiveTestFramework test results
PSSwagger.LiveTestFramework/test/PSSwagger.LTF.Lib.UnitTests/Results/
PSSwagger.LiveTestFramework/test/PSSwagger.LTF.Lib.UnitTests/vs-csproj/Results/
PSSwagger.LiveTestFramework/test/Pester/PesterResults.xml
8 changes: 8 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -0,0 +1,8 @@
# Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments.

[conduct-code]: http://opensource.microsoft.com/codeofconduct/
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
[conduct-email]: mailto:opencode@microsoft.com

0 comments on commit f798b77

Please sign in to comment.