This project contains the HealthVault .NETStandard SDK. This SDK is used to enable cross-platform development using Xamarin, UWP app development, and web development using ASP.NET.
Перейти к файлу
davidkwoods e812b55c9b
Merge pull request #90 from Microsoft/personal/suryar/add-custom-datatype-example
Example to add custom data type via Connection factory in UWP sandbox app
2017-11-17 16:03:52 -08:00
Build
Microsoft.HealthVault Fixes an issue with serialization of query parameters in the SDK (#85) 2017-08-24 14:25:10 -07:00
Microsoft.HealthVault.Client.Android Fixing Release crash for Android (#74) 2017-07-14 16:21:52 -07:00
Microsoft.HealthVault.Client.Bait
Microsoft.HealthVault.Client.Core
Microsoft.HealthVault.Client.Ios Add links that will open in iOS browser if clicked during auth. (#79) 2017-07-21 15:54:43 -07:00
Microsoft.HealthVault.Client.NetFramework
Microsoft.HealthVault.Client.Uwp
Microsoft.HealthVault.DesktopWeb.Common
Microsoft.HealthVault.IntegrationTest Merge branch 'vnext' into s70 2017-08-30 13:14:10 -07:00
Microsoft.HealthVault.RestApi Generating code from the new version of the swagger file (#87) 2017-08-30 11:18:30 -07:00
Microsoft.HealthVault.UnitTest
Microsoft.HealthVault.Web
Microsoft.HealthVault.Web.UnitTest
SDKDocumentation
SandboxAndroid
SandboxIos Assigning a value to MinimumOSVersion in the Info.plist for SandboxIOS.csproj, to resolve build issues. 2017-10-09 15:57:20 -07:00
SandboxMvc
SandboxUwp Example to add custom data type via Connection factory in UWP sandbox app 2017-11-17 15:44:08 -08:00
SandboxWeb
SandboxWinForms
SandboxWpf
SandboxXamarinForms
.editorconfig
.gitattributes
.gitignore
35MSSharedLib1024.snk
ApplyAssemblyVersion.ps1
CONTRIBUTING.md
CustomAnalysisRules.ruleset
LICENSE
Microsoft.HealthVault.Client.nuspec
Microsoft.HealthVault.Web.nuspec
Microsoft.HealthVault.nuspec
NetStandard.Common.targets
OneSDK.sln
OneSDK.sln.DotSettings
OneSDK.vssettings
README.md
SharedVersionInfo.cs
THIRD PARTY NOTICES.md
nuget.config
stylecop.json

README.md

HealthVault SDK for .NET Standard

Daily build status

This project is an SDK providing HealthVault access to applications built on .NET Standard.

The .NET Standard projects use the new .csproj format and require Visual Studio 2017, which is available as a free download.

The master branch represents the latest development code, and release branches are used to stabilize for an official release.

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

Contributing

We welcome contributions in the form of bugs, code, feedback and requests. For more detailed information regarding how to contribute, see our contribution guidelines