MineCraftMicrosoftOauthLogin_Csharp 1.0.1

dotnet add package MineCraftMicrosoftOauthLogin_Csharp --version 1.0.1
                    
NuGet\Install-Package MineCraftMicrosoftOauthLogin_Csharp -Version 1.0.1
                    
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="MineCraftMicrosoftOauthLogin_Csharp" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MineCraftMicrosoftOauthLogin_Csharp" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="MineCraftMicrosoftOauthLogin_Csharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MineCraftMicrosoftOauthLogin_Csharp --version 1.0.1
                    
#r "nuget: MineCraftMicrosoftOauthLogin_Csharp, 1.0.1"
                    
#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.
#:package MineCraftMicrosoftOauthLogin_Csharp@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MineCraftMicrosoftOauthLogin_Csharp&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=MineCraftMicrosoftOauthLogin_Csharp&version=1.0.1
                    
Install as a Cake Tool

MineCraftMicrosoftOauthLogin

Auther:TheColdWorld

A solution to log in to Minecraft with a Microsoft account(.NET C#)

一种关于Minecraft微软账户的解决方案(.NET C#)

How to use

Download / 下载

First method / 方案1

Copy "/MCOauthLogin/LibraryMain.cs" to your project 将"/MCOauthLogin/LibraryMain.cs"复制到你的项目

Second method / 方案2

Go to the releases page to download the dynamic link library 前往releases页面下载动态链接库 <br/> Then add a reference to that dynamic-link library in your project 然后在你的项目中添加该动态链接库的引用 Details can be found here 具体可以在这里查看

implement / 实现

Use where you want to use it 在你要使用的地方使用

using MCOauthLogin

 McProfile mcProfile=new(new Uri(uri));

 LoginCore loginCore = new(Token);
Second method / 方案2

Use every time you need to instantiate 在你每次需要实例化的时候使用


 MCOauthLogin.McProfile mcProfile=new(new System.Uri(uri));

 MCOauthLogin.LoginCore loginCore = new(Token);

About issues 关于issues

you should have updated the dll to the latest Release version
you should have confirmed that there is no problem with my operation
then submit issues
确认将 dll 更新到最新版本
确认你的操作没有问题
然后提交issues
Or do you have any new features you want
或者你有什么想要的新功能
submit issues
提交issues
I'll get back to you after deciding if you want to include content
我会在决定是否要加入内容后回复你
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 377 1/4/2023