All available samples code target .Net Core, Do we have samples for .Net Framework ?
Contributor guide
Tech stack
csharp
Domain
machine learningdata
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
over 1 week
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Basic C#ML.NET concepts.NET Framework knowledge
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Review the existing .NET Core samples in the repository (e.g., in the 'samples' directory). Identify which samples can be ported to .NET Framework. Check for any .NET Core specific APIs that are not available in .NET Framework. Create a list of required changes for each sample. If possible, adapt a simple sample first and test it on a .NET Framework project.