SciSharp / SciSharp/LLamaSharp

[Feature]: NativeLibraryConfig.WithLibrary availablility in Dotnet Standard 2.1 (For compatibility with Unity3D)

Open Beginner friendly
#960 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

do not close enhancement feature request stale
Dominant language
C#
Stars
3.8k
Forks
508
Avg merge
1d 5h
Merged PRs (30d)
12

Description

Background & Description

This feature would make loading backends much easier in Unity.

API & Usage

Same as for Dotnet 6

How to implement

Add a section that compiles for Dotnet Standard 2.1 (current version only compiles for Dotnet 6 or greater via compiler arguments) :
https://github.com/SciSharp/LLamaSharp/blob/master/LLama/Native/Load/NativeLibraryConfig.cs

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with LLama/Native/Load/NativeLibraryConfig.cs and compare the existing .NET 6 implementation with the project’s .NET Standard 2.1 compilation settings. Make the same API available for .NET Standard 2.1, then verify that the project builds for that target and that Unity3D compatibility is preserved.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.