Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Azure/AutoRest into based64url
Browse files Browse the repository at this point in the history
Conflicts:
	src/generator/AutoRest.Java/TypeModels/ParameterModel.cs
	src/generator/AutoRest.Java/TypeModels/PrimaryTypeModel.cs
	src/generator/AutoRest.Java/TypeModels/ResponseModel.cs
  • Loading branch information
jianghaolu committed Jul 11, 2016
2 parents 1e22f98 + 6226c15 commit 23c768c
Show file tree
Hide file tree
Showing 295 changed files with 3,555 additions and 5,158 deletions.
518 changes: 133 additions & 385 deletions AutoRest.sln

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions AutoRest.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/CodeCleanup/Profiles/=Autorest/@EntryIndexedValue">&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;Profile name="Autorest"&gt;&lt;CSUpdateFileHeader&gt;True&lt;/CSUpdateFileHeader&gt;&lt;CSCodeStyleAttributes ArrangeTypeAccessModifier="True" ArrangeTypeMemberAccessModifier="True" SortModifiers="True" RemoveRedundantParentheses="True" AddMissingParentheses="True" ArrangeBraces="True" ArrangeAttributes="True" ArrangeArgumentsStyle="True" /&gt;&lt;CSEnforceVarKeywordUsageSettings&gt;True&lt;/CSEnforceVarKeywordUsageSettings&gt;&lt;RemoveCodeRedundancies&gt;True&lt;/RemoveCodeRedundancies&gt;&lt;CSUseAutoProperty&gt;True&lt;/CSUseAutoProperty&gt;&lt;CSMakeAutoPropertyGetOnly&gt;True&lt;/CSMakeAutoPropertyGetOnly&gt;&lt;CSArrangeQualifiers&gt;True&lt;/CSArrangeQualifiers&gt;&lt;CSFixBuiltinTypeReferences&gt;True&lt;/CSFixBuiltinTypeReferences&gt;&lt;CSOptimizeUsings&gt;&lt;OptimizeUsings&gt;True&lt;/OptimizeUsings&gt;&lt;EmbraceInRegion&gt;False&lt;/EmbraceInRegion&gt;&lt;RegionName&gt;&lt;/RegionName&gt;&lt;/CSOptimizeUsings&gt;&lt;CSShortenReferences&gt;True&lt;/CSShortenReferences&gt;&lt;CSReformatCode&gt;True&lt;/CSReformatCode&gt;&lt;CSharpFormatDocComments&gt;True&lt;/CSharpFormatDocComments&gt;&lt;/Profile&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">Copyright (c) Microsoft Corporation. All rights reserved.&#xD;
Licensed under the MIT License. See License.txt in the project root for license information.&#xD;
&#xD;
</s:String></wpf:ResourceDictionary>
4 changes: 2 additions & 2 deletions Documentation/building-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Ensure that msbuild is in your path by running vcvarsall.bat
>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
To compile the code in Visual Studio IDE,
- Ensure you are using Visual Studio 2015 (Update 2)
- Ensure you are using Visual Studio 2015 (Update 3)
- Ensure "Nuget Package Manager For Visual Studio" is updated to a newest version, like "2.8.60723.765", which is needed to install xunit.
- Install [Task Runner Explorer](https://visualstudiogallery.msdn.microsoft.com/8e1b4368-4afb-467a-bc13-9650572db708) to run gulp tasks such as synchonize nuget version, assembly info, etc.

Install CoreCLR RC2 using [these steps](https://www.microsoft.com/net/core#windows).
Install .Net CoreCLR RTM using [these steps](https://www.microsoft.com/net/core#windows).

#### on Mac or Linux
Install Mono 4.3.0 (MonoFramework-MDK-4.3.0.372.macos10.xamarin.x86.pkg)
Expand Down
54 changes: 0 additions & 54 deletions Tools/AutoRest.Build.Tasks/AutoRest.Build.Tasks.csproj

This file was deleted.

22 changes: 0 additions & 22 deletions Tools/AutoRest.Build.Tasks/AutoRest.Build.Tasks.sln

This file was deleted.

20 changes: 0 additions & 20 deletions Tools/AutoRest.Build.Tasks/Properties/AssemblyInfo.cs

This file was deleted.

92 changes: 0 additions & 92 deletions Tools/AutoRest.Build.Tasks/RegexReplaceTask.cs

This file was deleted.

32 changes: 0 additions & 32 deletions Tools/AutoRest.Build.Tasks/SetEnvVar.cs

This file was deleted.

86 changes: 0 additions & 86 deletions Tools/AutoRest.Build.Tasks/StrongNameUtility.cs

This file was deleted.

Loading

0 comments on commit 23c768c

Please sign in to comment.