Skip to content

develmax/Crm.Sdk.Core.Async

Repository files navigation

Crm.Sdk.Core.Async

Logo of the project

CodeFactor Travis build status NuGet Status (2.X/3.X/6.X versions)

This project was created to port the official libraries Microsoft.Xrm.Sdk and Microsoft.Crm.Sdk to work with Microsoft Dynamics CRM 2015 (and etc.) via API from .NET Core 2.1/3.1/6.0 platform. This package does not include authentication via adfs, liveid, dynamics crm365.

Installing / Getting started

Crm.Sdk.Core.Async is available from NuGet

dotnet package install Crm.Sdk.Core --version 2.0.8

or (for .net core 3.1)

dotnet package install Crm.Sdk.Core --version 3.0.10

or (for .net core 6.0)

dotnet package install Crm.Sdk.Core --version 6.0.10

You can also use your favorite NuGet client.

Developing

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/develmax/Crm.Sdk.Core.Async.git
cd Crm.Sdk.Core.Async
dotnet restore

Clone the repository and then restore the development requirements. You can use any editor, Rider, VS Code or VS 2017/2019/2022. The library supports all .NET Core platforms.

Building

Building is simple

dotnet build

Deploying / Publishing

git pull
versionize
dotnet pack
dotnet nuget push
git push

Contributing

When you publish something open source, one of the greatest motivations is that anyone can just jump in and start contributing to your project.

These paragraphs are meant to welcome those kind souls to feel that they are needed. You should state something like:

"If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome."

If there's anything else the developer needs to know (e.g. the code style guide), you should link it here. If there's a lot of things to take into consideration, it is common to separate this section to its own file called CONTRIBUTING.md (or similar). If so, you should say that it exists here.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages