Exiled.Dev.References 1.0.4

dotnet add package Exiled.Dev.References --version 1.0.4
                    
NuGet\Install-Package Exiled.Dev.References -Version 1.0.4
                    
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="Exiled.Dev.References" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Exiled.Dev.References" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Exiled.Dev.References" />
                    
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 Exiled.Dev.References --version 1.0.4
                    
#r "nuget: Exiled.Dev.References, 1.0.4"
                    
#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.
#addin nuget:?package=Exiled.Dev.References&version=1.0.4
                    
Install Exiled.Dev.References as a Cake Addin
#tool nuget:?package=Exiled.Dev.References&version=1.0.4
                    
Install Exiled.Dev.References as a Cake Tool

Exiled Dev References

A NuGet package containing all necessary DLLs for Exiled plugin development.

Description

This package provides all the required DLL references for developing plugins for the Exiled framework. Instead of having to manually reference dozens of DLLs in your project, you can simply install this package to get all required dependencies.

Installation

Install via NuGet Package Manager:

PM> Install-Package Exiled.Dev.References

Or via .NET CLI:

dotnet add package Exiled.Dev.References

Usage

Once installed, all necessary DLLs will be available to your project. You can then start developing your Exiled plugin without needing to manually reference individual dependencies.

Included References

This package includes all the necessary DLLs for Exiled development, including:

WARNING: (Assembly-CSharp.dll & Assmebly-CSharp-Publicized.dll excluded to avoid conflicts)

Core References

  • Assembly-CSharp-firstpass.dll
  • BouncyCastle.Cryptography.dll
  • Caress.dll
  • CommandSystem.Core.dll
  • DnsClient.dll
  • Facepunch.Steamworks.Win64.dll
  • Mirror.Components.dll
  • Mirror.dll
  • NorthwoodLib.dll
  • PluginAPI.dll
  • Pooling.dll

Utility Libraries

  • Mono.Cecil.dll
  • Mono.Cecil.Mdb.dll
  • Mono.Cecil.Pdb.dll
  • Mono.Cecil.Rocks.dll
  • Mono.Posix.dll
  • Mono.Security.dll
  • System.Runtime.CompilerServices.Unsafe.dll

Unity Engine Libraries

  • Unity.Burst.dll
  • Unity.Burst.Unsafe.dll
  • Unity.Mathematics.dll
  • Unity.ProBuilder.Csg.dll
  • Unity.ProBuilder.dll
  • Unity.ProBuilder.KdTree.dll
  • Unity.ProBuilder.Poly2Tri.dll
  • Unity.ProBuilder.Stl.dll
  • Unity.RenderPipelines.Core.Runtime.dll
  • Unity.RenderPipelines.Core.ShaderLibrary.dll
  • Unity.RenderPipelines.HighDefinition.Config.Runtime.dll
  • Unity.RenderPipelines.HighDefinition.Runtime.dll
  • Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll
  • Unity.TextMeshPro.dll
  • Unity.Timeline.dll
  • Unity.VisualEffectGraph.Runtime.dll
  • UnityEngine.AccessibilityModule.dll
  • UnityEngine.AIModule.dll
  • UnityEngine.AndroidJNIModule.dll
  • UnityEngine.AnimationModule.dll
  • UnityEngine.ARModule.dll
  • UnityEngine.AssetBundleModule.dll
  • UnityEngine.AudioModule.dll
  • UnityEngine.ClothModule.dll
  • UnityEngine.ClusterInputModule.dll
  • UnityEngine.ClusterRendererModule.dll
  • UnityEngine.CoreModule.dll
  • UnityEngine.CrashReportingModule.dll
  • UnityEngine.DirectorModule.dll
  • UnityEngine.dll
  • UnityEngine.DSPGraphModule.dll
  • UnityEngine.GameCenterModule.dll
  • UnityEngine.GIModule.dll
  • UnityEngine.GridModule.dll
  • UnityEngine.HotReloadModule.dll
  • UnityEngine.ImageConversionModule.dll
  • UnityEngine.IMGUIModule.dll
  • UnityEngine.InputLegacyModule.dll
  • UnityEngine.InputModule.dll
  • UnityEngine.JSONSerializeModule.dll
  • UnityEngine.LocalizationModule.dll
  • UnityEngine.NVIDIAModule.dll
  • UnityEngine.ParticleSystemModule.dll
  • UnityEngine.PerformanceReportingModule.dll
  • UnityEngine.Physics2DModule.dll
  • UnityEngine.PhysicsModule.dll
  • UnityEngine.ProfilerModule.dll
  • UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll
  • UnityEngine.ScreenCaptureModule.dll
  • UnityEngine.SharedInternalsModule.dll
  • UnityEngine.SpriteMaskModule.dll
  • UnityEngine.SpriteShapeModule.dll
  • UnityEngine.StreamingModule.dll
  • UnityEngine.SubstanceModule.dll
  • UnityEngine.SubsystemsModule.dll
  • UnityEngine.TerrainModule.dll
  • UnityEngine.TerrainPhysicsModule.dll
  • UnityEngine.TextCoreFontEngineModule.dll
  • UnityEngine.TextCoreTextEngineModule.dll
  • UnityEngine.TextRenderingModule.dll
  • UnityEngine.TilemapModule.dll
  • UnityEngine.TLSModule.dll
  • UnityEngine.UI.dll
  • UnityEngine.UIElementsModule.dll
  • UnityEngine.UIElementsNativeModule.dll
  • UnityEngine.UIModule.dll
  • UnityEngine.UmbraModule.dll
  • UnityEngine.UNETModule.dll
  • UnityEngine.UnityAnalyticsCommonModule.dll
  • UnityEngine.UnityAnalyticsModule.dll
  • UnityEngine.UnityConnectModule.dll
  • UnityEngine.UnityCurlModule.dll
  • UnityEngine.UnityTestProtocolModule.dll
  • UnityEngine.UnityWebRequestAssetBundleModule.dll
  • UnityEngine.UnityWebRequestAudioModule.dll
  • UnityEngine.UnityWebRequestModule.dll
  • UnityEngine.UnityWebRequestTextureModule.dll
  • UnityEngine.UnityWebRequestWWWModule.dll
  • UnityEngine.VehiclesModule.dll
  • UnityEngine.VFXModule.dll
  • UnityEngine.VideoModule.dll
  • UnityEngine.VirtualTexturingModule.dll
  • UnityEngine.VRModule.dll
  • UnityEngine.WindModule.dll
  • UnityEngine.XRModule.dll

Other Libraries

  • YamlDotNet.dll
  • zxing.dll

Note: Assembly-CSharp.dll and Assembly-CSharp-Publicized.dll are excluded from the package to avoid conflicts with Exiled's own references. When using this package alongside Exiled, their version of these assemblies will be used.

License

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

Author

Swishhyy

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • 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.4 209 4/13/2025
1.0.3 179 4/13/2025
1.0.2 191 4/13/2025
1.0.0 164 4/13/2025