Aiursoft.SDK 7.0.31

dotnet add package Aiursoft.SDK --version 7.0.31
NuGet\Install-Package Aiursoft.SDK -Version 7.0.31
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aiursoft.SDK" Version="7.0.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aiursoft.SDK --version 7.0.31
#r "nuget: Aiursoft.SDK, 7.0.31"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aiursoft.SDK as a Cake Addin
#addin nuget:?package=Aiursoft.SDK&version=7.0.31

// Install Aiursoft.SDK as a Cake Tool
#tool nuget:?package=Aiursoft.SDK&version=7.0.31

Aiursoft Infrastructures

MIT licensed Pipeline stat Test Coverage NuGet version (Aiursoft.Identity) ManHours Website

Aiursoft micro-services platform. Powered by ASP.NET Core.

What is Aiursoft Infrastructures

Aiursoft Infrastructures provides many valuable services and simplifies web application development.

Aiursoft Infrastructures is a project, runs at the application level, using micro-services design and powers all Aiursoft applications.

overview

Aiursoft Infrastructures provides a central platform for an entire enterprise. So the enterprise can focus on business app development.

The enterprise can deploy their dedicated instance of Aiursoft Infrastructures and build their apps with it.

Example apps

There are some example apps based on Aiursoft Infrastructures.

Features

How to deploy

Brief steps

  • Get a domain name. (Like aiursoft.com)
  • Get a new server.
  • Create DNS record.
  • Execute the install command on your server.

Get a server

Get a brand new Ubuntu 18.04 server.

  • Server must be Ubuntu 18.04. (20.04 and 16.04 is not supported)
  • Server must have a public IP address. (No local VM)
  • Server must have access to the global Internet. (Not Chinese network)

Azure, Vultr or DigitalOcean is suggested.

Install on a server

Create a wildcard domain record to your server's public IP.

Example: Resolve *.aiur.io to 123.123.123.123

Execute the following command on the server (Replace the instance.name to your own brand name):

curl -sL https://gitlab.aiursoft.cn/aiursoft/infrastructures/-/raw/master/install.sh | sudo bash -s aiur.io instance.name master

Upgrade your server

If we released a newer version, and you can upgrade your server via:

curl -sL https://gitlab.aiursoft.cn/aiursoft/infrastructures/-/raw/master/upgrade.sh | sudo bash -s instance.name master

Also, you can run that upgrade script to repair some issues with your Infrastructures instance.

The design of Infrastructures


title: Project dependency diagram

stateDiagram-v2 Aiursoft.Canon --> Aiursoft.Scanner.Abstractions Aiursoft.AiurProtocol --> Aiursoft.Canon Aiursoft.AiurProtocol --> Aiursoft.CSTools Aiursoft.AiurProtocol --> Aiursoft.AiurProtocol.Abstractions Aiursoft.AiurProtocol.Server --> Aiursoft.AiurProtocol Aiursoft.CSTools --> Aiursoft.Scanner.Abstractions Aiursoft.WebTools --> Aiursoft.CSTools Aiursoft.WebTools --> Aiursoft.Scanner.Abstractions DemoApiApp.Sdk --> Aiursoft.AiurProtocol DemoApiApp --> DemoApiApp.Sdk DemoApiApp --> Aiursoft.WebTools DemoApiApp --> Aiursoft.AiurProtocol.Server

Basic Services

The basic services are used to support the operation of the entire platform. It is the basis for the expansion of the subsequent infrastructure and user services throughout the platform. The basic services mainly include the user's authentication, authorization, application authentication, authorization, and allow the user's self-registration and self-registration of the application. At the same time, the underlying service is also responsible for the user's underlying data and the underlying data of the application, as well as the user's set of credentials and the set of credentials for the application.

Infrastructures

Infrastructure refers to some common software tools that the platform can provide on an infrastructure-based basis. Such software tools are similar to static file storage, object storage, CDN, message queues, caching, and the like. Such services need to be registered in the underlying service and use the application authentication service and the application authorization service to check if the visitor has permission to invoke the infrastructure.

Applications

Before discussing the user service layer, all of the underlying services and infrastructure we discussed were oriented toward other sub-services rather than user-oriented. Still, they only provided data interfaces for other service calls. Obviously, as a mature platform, developers and users should not implement the registration of services and the management of permissions by calling interfaces. Therefore, we need to develop additional programs that provide such a user-oriented terminal that allows users to operate through a concise interface and logic.

In addition to the user interface that OAuth itself needs to provide login, this layer should also provide more basic service in the microservice platform. According to the results of the needs analysis, there are account management services and developer center services in this layer. Both services rely on the infrastructure of the previous layer and provide user-oriented functionality.

Any high-level service is built on the micro-service platform. But the requirements they solve are actually based on the decisions of the companies that use the microservices platform. In other words, regardless of the company's decision-making to build search engines, forums, company homepages, feedback centers, recruitment centers, etc., the platform should be able to support. But the entire process of this part should follow the process followed by a separate software system.

How to run locally

Running the entire micro-service platform is very complicated and requires a lot of computing resources. Before you try to run the platform, we strongly suggest running only one specific service. Running one service is very easy and simple.

To run one service instance locally, execute dotnet run under which folder with the project file .csproj you want to run.

As for each one of the sub-projects in it is a simple ASP.NET Core web project. You can reference more documents via the official ASP.NET document for how to run:

https://docs.microsoft.com/en-us/aspnet/core/getting-started/?tabs=windows#run-the-app

Database

In debugging environment, we are using Microsoft SQL Server LocalDb by default. You can change the connection string in appsettings.json to use your own SQL Server instance.

In our production environment, we are using Microsoft SQL Server.

We are using Entity Framework Core to control our database. It supports different types of databases. So our services can switch between different databases easily.

How to contribute

The document is here.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Aiursoft.SDK:

Package Downloads
Aiursoft.Pylon

The base class, tools and extends for Aiursoft web apps.

Aiursoft.Identity

The base class, tools and extends for Aiursoft web apps with Aiursoft authentication.

Aiursoft.SDK.Tests

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.31 424 1/4/2024
7.0.30 218 11/27/2023
7.0.29 95 11/26/2023
7.0.28 106 11/24/2023
7.0.27 106 11/23/2023
7.0.26 144 11/22/2023
7.0.25 87 11/21/2023
7.0.24 91 11/18/2023
7.0.23 106 11/14/2023
7.0.22 125 11/2/2023
7.0.20 92 11/2/2023
7.0.19 97 11/2/2023
7.0.18 84 11/2/2023
7.0.17 97 11/2/2023
7.0.16 107 10/31/2023
7.0.15 102 10/31/2023
7.0.14 94 10/29/2023
7.0.13 118 10/27/2023
7.0.12 109 10/24/2023
7.0.11 106 10/18/2023
7.0.10 132 10/11/2023
7.0.9 94 10/11/2023
7.0.8 103 10/11/2023
7.0.7 181 9/25/2023
7.0.6 125 9/20/2023
7.0.5 129 9/14/2023
7.0.4 96 9/13/2023
7.0.3 111 9/12/2023
7.0.2 101 9/6/2023
7.0.1 119 9/5/2023
7.0.0 99 9/5/2023
6.0.26 282 7/10/2023
6.0.25 197 7/9/2023
6.0.24 176 7/9/2023
6.0.23 205 6/30/2023
6.0.22 249 6/18/2023
6.0.21 212 6/14/2023
6.0.20 198 6/5/2023
6.0.19 207 5/27/2023
6.0.18 197 5/27/2023
6.0.17 217 5/27/2023
6.0.16 202 5/27/2023
6.0.15 213 5/27/2023
6.0.14 196 5/27/2023
6.0.13 202 5/19/2023
6.0.12 197 5/19/2023
6.0.11 197 5/19/2023
6.0.10 200 5/19/2023
6.0.9 188 5/19/2023
6.0.8 232 5/11/2023
6.0.7 2,187 8/4/2022
6.0.6 726 7/6/2022
6.0.5 987 5/13/2022
6.0.0 831 3/27/2022
5.0.9 853 5/31/2021
5.0.8 746 5/23/2021
5.0.7 721 5/7/2021
5.0.6 753 4/14/2021
5.0.5 817 2/16/2021
5.0.4 740 1/29/2021
5.0.3 768 1/27/2021
5.0.2 864 12/9/2020
5.0.1 739 11/30/2020
5.0.0 648 11/14/2020
3.2.11 851 10/18/2020
3.2.10 786 10/3/2020
3.2.9 750 10/2/2020
3.2.8 807 9/10/2020
3.2.7 749 9/2/2020
3.2.6 854 8/12/2020
3.2.5 866 7/31/2020
3.2.4 855 7/3/2020
3.2.3 757 6/25/2020
3.2.2 795 6/18/2020
3.2.1 778 6/5/2020
3.2.0 799 6/4/2020
3.1.14 984 6/4/2020
3.1.13 949 5/25/2020
3.1.12 863 5/20/2020
3.1.11 842 5/18/2020
3.1.10 859 5/18/2020
3.1.9 871 5/17/2020
3.1.8 829 5/12/2020
3.1.7 893 5/2/2020
3.1.6 930 5/1/2020
3.1.5 885 4/21/2020
3.1.2.2 854 4/6/2020
3.1.2.1 1,145 3/19/2020
3.1.2 1,457 2/21/2020
3.1.1.8 1,106 2/17/2020
3.1.1.7 1,091 2/14/2020
3.1.1.6 919 1/28/2020
3.1.1.5 1,165 1/22/2020
3.1.1.4 837 1/21/2020
3.1.1.3 894 1/21/2020
3.1.1.2 850 1/20/2020
3.1.1.1 897 1/19/2020
3.1.1 887 1/17/2020
3.1.0 656 1/11/2020
0.22.1 1,917 1/2/2020
0.22.0 993 1/2/2020
0.0.1 710 1/1/2020