Merge pull request #14 from jtaubensee/solution_rename

renaming solution to "Microsoft.Azure.ServiceBus"
This commit is contained in:
John Taubensee 2016-11-17 15:03:54 -08:00 коммит произвёл GitHub
Родитель fed4dad0dc f7301a0063
Коммит e4c5fe69a5
67 изменённых файлов: 204 добавлений и 13360 удалений

26
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,26 @@
# Default behavior: if Git thinks a file is text (as opposed to binary), it
# will normalize line endings to LF in the repository, but convert to your
# platform's native line endings on checkout (e.g., CRLF for Windows).
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout. E.g.,
#*.c text
# Declare files that will always have CRLF line endings on checkout. E.g.,
#*.sln text eol=crlf
# Declare files that will always have LF line endings on checkout. E.g.,
*.sh text eol=lf
# Denote all files that should not have line endings normalized, should not be
# merged, and should not show in a textual diff.
*.docm binary
*.docx binary
*.ico binary
*.lib binary
*.png binary
*.pptx binary
*.snk binary
*.vsdx binary
*.xps binary

13
.gitignore поставляемый
Просмотреть файл

@ -7,13 +7,15 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# Cache/options
.vs/*
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
x64/
@ -21,6 +23,10 @@ x64/
[Oo]bj/
!/build/release/
target/
/c/cmake
# Jenkins build files
/jenkins/jenkins-cli.jar
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
@ -128,7 +134,6 @@ ClientBin/
*.[Pp]ublish.xml
*.pfx
*.publishsettings
project.lock.json
# RIA/Silverlight projects
Generated_Code/
@ -174,6 +179,7 @@ $RECYCLE.BIN/
*.exp
*.lib
*.dll
*.lock.json
#Windows CE build artifacts
Build.err
@ -191,3 +197,6 @@ Buildx86retail.dat
**/build/**/version.txt
**/node_modules/
**/.vscode/
# Typescript installed definition files for modules
**/typings/

23
CONTRIBUTE.md Normal file
Просмотреть файл

@ -0,0 +1,23 @@
## What to contribute
There are many ways that you can contribute to the Azure Service Bus client project:
* Submit a bug
* Submit a code fix for a bug
* Submit code to add a new platform/language support to the project, or modify existing code
* Submit additions or modifications to the documentation
* Submit a feature request
## Contributing Code
To contribute code you need to issue a Pull Request against the develop branch. All code submissions will be reviewed and tested by the team, and those that meet a high bar for both quality and design/roadmap appropriateness will be merged into the source. Be sure to follow the existing file/folder structure when adding new boards or sensors.
You must sign a [Contribution License Agreement](https://cla.microsoft.com/) ([CLA](https://cla.microsoft.com/)) before submitting a Pull Request. To complete the CLA, you will need to submit the request via the form and then electronically sign the CLA when you receive the email containing the link to the document.
## Big contributions
If your contribution is significantly big it is better to first check with the project developers in order to make sure the change aligns with the long term plans. This can be done simply by submitting a question via the GitHub Issues section.
## Things to keep in mind when contributing
Some guidance for when you make a contribution:
* Add/update unit tests and code as required by your change
* Make sure you run all the unit tests on the affected platform(s)/languages. If the change is in common code, generally running on one platform would be acceptable.
* Run end-to-end tests or simple sample code to make sure the lib works in an end-to-end scenario.

21
LICENSE Normal file
Просмотреть файл

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2016 Microsoft Azure
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>Start</ActiveDebugProfile>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,27 +0,0 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Azure.Amqp": "2.0.0"
},
"frameworks": {
"netstandard1.3": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Net.Security": "4.0.0",
"System.Private.DataContractSerialization": "4.1.1",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Xml": "4.1.1",
"System.Reflection": "4.1.0",
"System.Reflection.Emit": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Xml.ReaderWriter": "4.0.11",
"System.Xml.XmlSerializer": "4.0.11",
"System.Text.RegularExpressions": "4.1.0"
}
}
}
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>Start</ActiveDebugProfile>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -10,11 +10,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Messaging", "src\Microsoft.Azure.Messaging\Microsoft.Azure.Messaging.xproj", "{A042ADF0-EF65-4F87-B634-322A409F3D61}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.ServiceBus", "src\Microsoft.Azure.ServiceBus\Microsoft.Azure.ServiceBus.xproj", "{A042ADF0-EF65-4F87-B634-322A409F3D61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5FDD29DE-4CB9-4C79-BBD4-8A61DA5676E6}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.Messaging.UnitTests", "test\Microsoft.Azure.Messaging.UnitTests\Microsoft.Azure.Messaging.UnitTests.xproj", "{BDA98E20-3A26-4A5A-9371-CB02B73E3434}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Azure.ServiceBus.UnitTests", "test\Microsoft.Azure.ServiceBus.UnitTests\Microsoft.Azure.ServiceBus.UnitTests.xproj", "{BDA98E20-3A26-4A5A-9371-CB02B73E3434}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Просмотреть файл

@ -1 +1,11 @@
# Azure Messaging .Net Client
<p align="center">
<img src="service-bus.png" alt="Microsoft Azure Relay" width="100"/>
</p>
# Microsoft Azure Service Bus Client for .NET
**Please be aware that this library is currently in active development, and is in no way supported by Microsoft**
This is the next generation Service Bus .NET Library that focuses on Queues & Topics. While this is a work in progress, we wanted to work on a public GitHub repo that will allow us to solicit feedback from our customers. Stay tuned!
This library is built using .NET Standard 1.3. For more information on what platforms are supported see [.NET Platforms Support](https://docs.microsoft.com/en-us/dotnet/articles/standard/library#net-platforms-support).

Двоичные данные
build/MSSharedLibSN1024.snk Normal file

Двоичный файл не отображается.

Просмотреть файл

Двоичные данные
service-bus.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 20 KiB

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections;
@ -530,11 +530,7 @@ namespace Microsoft.Azure.Messaging.Amqp
memoryStream.Write(readBuffer, 0, bytesRead);
}
ArraySegment<byte> buffer;
if (!memoryStream.TryGetBuffer(out buffer))
{
buffer = new ArraySegment<byte>(memoryStream.ToArray());
}
ArraySegment<byte> buffer = new ArraySegment<byte>(memoryStream.ToArray());
memoryStream.Dispose();
return buffer;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Linq;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
enum MappingType
{

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Amqp
namespace Microsoft.Azure.ServiceBus.Amqp
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;
@ -11,7 +11,7 @@ namespace Microsoft.Azure.Messaging
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Serialization;
using Microsoft.Azure.Messaging.Primitives;
using Microsoft.Azure.ServiceBus.Primitives;
/// <summary>Represents the unit of communication between ServiceBus client and Service.</summary>
public sealed class BrokeredMessage : IDisposable

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
enum BrokeredMessageState
{

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
static class Constants

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System.Collections.Generic;
using System.Linq;

Просмотреть файл

@ -4,16 +4,14 @@
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>a042adf0-ef65-4f87-b634-322a409f3d61</ProjectGuid>
<RootNamespace>Microsoft.Azure.Messaging</RootNamespace>
<RootNamespace>Microsoft.Azure.ServiceBus</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Threading;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
static class ClaimConstants
{

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System.Threading;
using System.Threading.Tasks;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.Primitives
namespace Microsoft.Azure.ServiceBus.Primitives
{
using System;
using System.IO;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
public static class EntityNameHelper
{

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Diagnostics.CodeAnalysis;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
enum MessagingEntityType
{

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,11 +1,11 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Text;
using Microsoft.Azure.Messaging.Amqp;
using Microsoft.Azure.ServiceBus.Amqp;
/// <summary>
/// ServiceBusConnectionSettings can be used to construct a connection string which can establish communication with ServiceBus entities.

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Globalization;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Diagnostics;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Text;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
public enum TokenScope
{

Просмотреть файл

@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Azure.Messaging")]
[assembly: AssemblyProduct("Microsoft.Azure.ServiceBus")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -2,7 +2,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging
namespace Microsoft.Azure.ServiceBus
{
public enum ReceiveMode
{

Просмотреть файл

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace Microsoft.Azure.Messaging {
namespace Microsoft.Azure.ServiceBus {
using System;
using System.Reflection;
@ -38,7 +38,7 @@ namespace Microsoft.Azure.Messaging {
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Azure.Messaging.Resources", typeof(Resources).GetTypeInfo().Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Azure.ServiceBus.Resources", typeof(Resources).GetTypeInfo().Assembly);
resourceMan = temp;
}
return resourceMan;

Просмотреть файл

@ -0,0 +1,52 @@
{
"version": "0.0.1-preview",
"title": "Microsoft.Azure.ServiceBus",
"description": "Microsoft.Azure.ServicBus Class Library",
"authors": [ "Microsoft" ],
"buildOptions": {
"warningsAsErrors": true,
"delaySign": true,
"publicSign": false,
"keyFile": "../../build/MSSharedLibSN1024.snk"
},
"packOptions": {
"tags": [ "Azure", "Service Bus", "ServiceBus", ".NET", "AMQP", "IoT", "Queue", "Topic" ],
"projectUrl": "https://github.com/Azure/azure-service-bus-dotnet",
"licenseUrl": "https://raw.githubusercontent.com/Azure/azure-service-bus-dotnet/master/LICENSE",
"iconUrl": "https://raw.githubusercontent.com/Azure/azure-service-bus-dotnet/master/service-bus.png",
"releaseNotes": "https://github.com/Azure/azure-service-bus-dotnet/releases",
"requireLicenseAcceptance": true
},
"dependencies": {
"Microsoft.Azure.Amqp": "2.0.0"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Xml.Serialization": "4.0.0.0",
"System.Runtime.Serialization": "4.0.0.0",
"System.Xml": "4.0.0.0"
}
},
"netstandard1.3": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Net.Security": "4.0.0",
"System.Private.DataContractSerialization": "4.1.1",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Xml": "4.1.1",
"System.Reflection": "4.1.0",
"System.Reflection.Emit": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Xml.ReaderWriter": "4.0.11",
"System.Xml.XmlSerializer": "4.0.11",
"System.Text.RegularExpressions": "4.1.0"
}
}
}
}

Просмотреть файл

@ -7,7 +7,7 @@
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>bda98e20-3a26-4a5a-9371-cb02b73e3434</ProjectGuid>
<RootNamespace>Microsoft.Azure.Messaging.UnitTests</RootNamespace>
<RootNamespace>Microsoft.Azure.ServiceBus.UnitTests</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Messaging.UnitTests
namespace Microsoft.Azure.ServiceBus.UnitTests
{
using System;
using System.Collections.Generic;

Просмотреть файл

@ -1,8 +1,10 @@
{
"version": "1.0.0-*",
"version": "1.0.0",
"testRunner": "xunit",
"dependencies": {
"Microsoft.Azure.Messaging": "1.0.0-*",
"Microsoft.Azure.ServiceBus": {
"target": "project"
},
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},