0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#3,645 stars (3,645 stars)898 forks (898 forks)batch import
bughelp wanted
Description
This property name is misspelled and you might want to correct it.
Contributor guide
- Tech stack
- csharp
- Domain
- backend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 1
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- 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.
- clear
- Prerequisites
- Basic C# knowledgeUnderstanding of SSH.NET library
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 90
- Research direction
- The issue points out a typo in the property name 'MaxNameLenght' in the SftpFileSystemInformation class. To fix it, locate the file (likely SftpFileSystemInformation.cs) and rename the property to 'MaxNameLength', then update all usages across the codebase. Check if any serialization or binding depends on the original name, and consider adding a backward compatible alias if necessary. No linked PRs or comments exist, so the fix is straightforward.