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

Commit f798b77

Browse files
authored
0.1.0 Preview Release
0.1.0 Preview Release
1 parent 11aea11 commit f798b77

File tree

157 files changed

+22574
-452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+22574
-452
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Contributing to PSSwagger
2+
=============================
3+
4+
Please refer to [the common contribution guidelines in PowerShell git organization](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md)

.github/ISSUE_TEMPLATE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
<!--
4+
- Search the existing issues.
5+
- Fill out the following template
6+
- If it is a bug report, make sure you are able to repro it with latest PSSwagger module from master branch.
7+
-->
8+
9+
## Expected Behavior
10+
<!--- If you're describing a bug, tell us what should happen -->
11+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
12+
13+
## Current Behavior
14+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
15+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
16+
17+
## Possible Solution
18+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
19+
<!--- or ideas how to implement the addition or change -->
20+
21+
## Steps to Reproduce (for bugs)
22+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
23+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
24+
1.
25+
2.
26+
3.
27+
4.
28+
29+
## Context
30+
<!--- How has this issue affected you? What are you trying to accomplish? -->
31+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
32+
33+
## Your Environment
34+
<!--- Include at least the output from $PSVersionTable -->
35+
36+
```PowerShell
37+
38+
> $PSVersionTable
39+
40+
> Get-Module
41+
42+
> Get-Module -ListAvailable PSSwagger
43+
44+
```

.gitignore

Lines changed: 275 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,275 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.userosscache
8+
*.sln.docstates
9+
10+
# User-specific files (MonoDevelop/Xamarin Studio)
11+
*.userprefs
12+
13+
# VS auto-generated files for csproj files
14+
*.csproj.user
15+
16+
# Tests related files and folders
17+
/Tests/Generated/
18+
/Tests/NodeModules/
19+
/Tests/ScenarioTestResults.xml
20+
/Tests/pesterCommand.ps1
21+
/Tests/dotnet-install.*
22+
/Tests/data/*/*.psmeta.json
23+
24+
# Project Rider IDE files
25+
.idea.powershell/
26+
27+
# Ignore executables
28+
*.exe
29+
*.msi
30+
*.appx
31+
32+
# Ignore binaries and symbols
33+
*.pdb
34+
*.dll
35+
36+
# Ignore packages
37+
*.deb
38+
*.zip
39+
*.rpm
40+
*.pkg
41+
42+
# ignore the version file as it is generated at build time
43+
powershell.version
44+
45+
# default location for produced nuget packages
46+
/nuget-artifacts
47+
48+
# generated man files
49+
/assets/powershell.1*
50+
51+
# resgen output
52+
gen
53+
54+
# Per repo profile
55+
.profile.ps1
56+
57+
#VS Code files
58+
.vscode
59+
60+
# OS X
61+
.DS_Store
62+
63+
# TestsResults
64+
TestsResults*.xml
65+
66+
# Build results
67+
[Dd]ebug/
68+
[Dd]ebugPublic/
69+
[Rr]elease/
70+
[Rr]eleases/
71+
x64/
72+
x86/
73+
build/
74+
bld/
75+
[Bb]in/
76+
[Oo]bj/
77+
78+
# Visual Studo 2015 cache/options directory
79+
.vs/
80+
81+
# MSTest test Results
82+
[Tt]est[Rr]esult*/
83+
[Bb]uild[Ll]og.*
84+
85+
# NUNIT
86+
*.VisualState.xml
87+
TestResult.xml
88+
89+
# Build Results of an ATL Project
90+
[Dd]ebugPS/
91+
[Rr]eleasePS/
92+
dlldata.c
93+
94+
# DNX
95+
project.lock.json
96+
artifacts/
97+
98+
*_i.c
99+
*_p.c
100+
*_i.h
101+
*.ilk
102+
*.meta
103+
*.obj
104+
*.pch
105+
*.pdb
106+
*.pgc
107+
*.pgd
108+
*.rsp
109+
*.sbr
110+
*.tlb
111+
*.tli
112+
*.tlh
113+
*.tmp
114+
*.tmp_proj
115+
*.log
116+
*.vspscc
117+
*.vssscc
118+
.builds
119+
*.pidb
120+
*.svclog
121+
*.scc
122+
123+
# Chutzpah Test files
124+
_Chutzpah*
125+
126+
# Visual C++ cache files
127+
ipch/
128+
*.aps
129+
*.ncb
130+
*.opensdf
131+
*.sdf
132+
*.cachefile
133+
134+
# Visual Studio profiler
135+
*.psess
136+
*.vsp
137+
*.vspx
138+
139+
# TFS 2012 Local Workspace
140+
$tf/
141+
142+
# Guidance Automation Toolkit
143+
*.gpState
144+
145+
# ReSharper is a .NET coding add-in
146+
_ReSharper*/
147+
*.[Rr]e[Ss]harper
148+
*.DotSettings.user
149+
150+
# JustCode is a .NET coding addin-in
151+
.JustCode
152+
153+
# TeamCity is a build add-in
154+
_TeamCity*
155+
156+
# DotCover is a Code Coverage Tool
157+
*.dotCover
158+
159+
# NCrunch
160+
_NCrunch_*
161+
.*crunch*.local.xml
162+
163+
# MightyMoose
164+
*.mm.*
165+
AutoTest.Net/
166+
167+
# Web workbench (sass)
168+
.sass-cache/
169+
170+
# Installshield output folder
171+
[Ee]xpress/
172+
173+
# DocProject is a documentation generator add-in
174+
DocProject/buildhelp/
175+
DocProject/Help/*.HxT
176+
DocProject/Help/*.HxC
177+
DocProject/Help/*.hhc
178+
DocProject/Help/*.hhk
179+
DocProject/Help/*.hhp
180+
DocProject/Help/Html2
181+
DocProject/Help/html
182+
183+
# Click-Once directory
184+
publish/
185+
186+
# Publish Web Output
187+
*.[Pp]ublish.xml
188+
*.azurePubxml
189+
# TODO: Comment the next line if you want to checkin your web deploy settings
190+
# but database connection strings (with potential passwords) will be unencrypted
191+
*.pubxml
192+
*.publishproj
193+
194+
# NuGet Packages
195+
*.nupkg
196+
# The packages folder can be ignored because of Package Restore
197+
**/packages/*
198+
# except build/, which is used as an MSBuild target.
199+
!**/packages/build/
200+
# Uncomment if necessary however generally it will be regenerated when needed
201+
#!**/packages/repositories.config
202+
203+
# Windows Azure Build Output
204+
csx/
205+
*.build.csdef
206+
207+
# Windows Store app package directory
208+
AppPackages/
209+
210+
# Visual Studio cache files
211+
# files ending in .cache can be ignored
212+
*.[Cc]ache
213+
# but keep track of directories ending in .cache
214+
!*.[Cc]ache/
215+
216+
# Others
217+
ClientBin/
218+
[Ss]tyle[Cc]op.*
219+
~$*
220+
*~
221+
*.dbmdl
222+
*.dbproj.schemaview
223+
*.pfx
224+
*.publishsettings
225+
node_modules/
226+
bower_components/
227+
228+
# RIA/Silverlight projects
229+
Generated_Code/
230+
231+
# Backup & report files from converting an old project file
232+
# to a newer Visual Studio version. Backup files are not needed,
233+
# because we have git ;-)
234+
_UpgradeReport_Files/
235+
Backup*/
236+
UpgradeLog*.XML
237+
UpgradeLog*.htm
238+
239+
# SQL Server files
240+
*.mdf
241+
*.ldf
242+
243+
# Business Intelligence projects
244+
*.rdl.data
245+
*.bim.layout
246+
*.bim_*.settings
247+
248+
# Microsoft Fakes
249+
FakesAssemblies/
250+
251+
# Node.js Tools for Visual Studio
252+
.ntvs_analysis.dat
253+
254+
# Visual Studio 6 build log
255+
*.plg
256+
257+
# Visual Studio 6 workspace options file
258+
*.opt
259+
260+
# VS auto-generated solution files for project.json solutions
261+
*.xproj
262+
*.xproj.user
263+
*.suo
264+
265+
# LiveTestFramework default output dir
266+
PSSwagger.LiveTestFramework/out/
267+
268+
# LiveTestFramework Code.ps1 files
269+
PSSwagger.LiveTestFramework/src/PSSwagger.LTF.ConsoleServer/*.Code.ps1
270+
PSSwagger.LiveTestFramework/src/PSSwagger.LTF.Lib/*.Code.ps1
271+
272+
# LiveTestFramework test results
273+
PSSwagger.LiveTestFramework/test/PSSwagger.LTF.Lib.UnitTests/Results/
274+
PSSwagger.LiveTestFramework/test/PSSwagger.LTF.Lib.UnitTests/vs-csproj/Results/
275+
PSSwagger.LiveTestFramework/test/Pester/PesterResults.xml

CODE_OF_CONDUCT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
4+
For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments.
5+
6+
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
7+
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
8+
[conduct-email]: mailto:opencode@microsoft.com

0 commit comments

Comments
 (0)