Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / NightOwl888/J2N issues and pull requests

#102 - azure-pipelines.yml: Use deep clone for Nerdbank.GitVersioning

Pull Request - State: closed - Opened by NightOwl888 about 1 month ago

#100 - J2N.Collections: Added AsReadOnly() method to each dictionary and set

Pull Request - State: closed - Opened by NightOwl888 about 2 months ago

#99 - J2N.Runtime.InteropServices: Added CollectionMarshal class

Pull Request - State: closed - Opened by NightOwl888 about 2 months ago

#98 - Removed FEATURE_SPAN and FEATURE_READONLYMEMORY

Pull Request - State: closed - Opened by NightOwl888 about 2 months ago

#97 - Removed FEATURE_ARRAYPOOL

Pull Request - State: closed - Opened by NightOwl888 about 2 months ago

#96 - Removed tests and CI for Xamarin, as they are now obsolete

Pull Request - State: closed - Opened by NightOwl888 about 2 months ago

#95 - Task: Create lower-level implementation of LinkedHashSet<T>

Issue - State: open - Opened by NightOwl888 about 2 months ago
Labels: is:enhancement, design, pri:normal, up for grabs

#94 - Task: Add tests/target for net8.0

Issue - State: open - Opened by NightOwl888 about 2 months ago
Labels: is:enhancement, pri:high

#93 - Task: Fix conflicts with AsReadOnly() extensions

Issue - State: closed - Opened by NightOwl888 about 2 months ago - 1 comment
Labels: is:enhancement, help wanted, pri:high, up for grabs

#92 - Added support for Span<T>/ReadOnlySpan<T> in net40

Pull Request - State: closed - Opened by NightOwl888 6 months ago

#91 - Conflict with AsReadOnly() extensions

Issue - State: closed - Opened by eladmarg 6 months ago - 4 comments

#79 - PERFORMANCE: Added target for net462

Pull Request - State: closed - Opened by NightOwl888 9 months ago

#73 - J2N.Text.StringBuffer: Fixed bugs and added new APIs

Pull Request - State: closed - Opened by NightOwl888 9 months ago

#68 - Added Int32Packer and ValueInt32Packer

Pull Request - State: closed - Opened by NightOwl888 9 months ago

#64 - Task: J2N.Character.CodePointAt(char[], int, int): Convert limit parameter to length (a .NET convention)

Issue - State: open - Opened by NightOwl888 9 months ago
Labels: is:enhancement, design, pri:normal

#63 - PERFORMANCE: J2N.Text.StringBuilderExtensions: Optimizations

Pull Request - State: closed - Opened by NightOwl888 9 months ago

#62 - Bug: Inconsistent behavior of Indexof() and LastIndexOf()

Issue - State: open - Opened by NightOwl888 9 months ago
Labels: is:bug, pri:normal

#61 - J2N.Text: Added ValueStringBuilderArrayPoolIndexer + tests

Pull Request - State: closed - Opened by NightOwl888 10 months ago

#60 - J2N.Text: Added ValueStringBuilderChunkIndexer + tests

Pull Request - State: closed - Opened by NightOwl888 10 months ago

#58 - Bug: StringBuilderExtensions.Reverse() has issue with reversing surrogates

Issue - State: closed - Opened by NightOwl888 10 months ago
Labels: is:bug, pri:normal, up for grabs

#57 - Task: StringBuilderExtensions: Use StringBuilder.GetChunks() for IndexOf() and LastIndexOf()

Issue - State: closed - Opened by NightOwl888 10 months ago - 1 comment
Labels: is:enhancement, good first issue, design, pri:normal

#52 - Oct 2023 build updates

Pull Request - State: closed - Opened by NightOwl888 12 months ago

#49 - System.Threading.Thread.Sleep method does not sleep for milliseconds specified in certain cases

Issue - State: open - Opened by laimis over 1 year ago - 1 comment
Labels: is:bug, design, pri:high

#48 - Jan 2022 build updates

Pull Request - State: closed - Opened by NightOwl888 over 2 years ago

#47 - Added SourceLink Support

Pull Request - State: closed - Opened by NightOwl888 almost 3 years ago

#46 - J2N.Text.StringFormatter: Added constructor overload for IFormatProvider

Pull Request - State: closed - Opened by NightOwl888 almost 3 years ago

#44 - J2N.Text.StringFormatter: Added constructor overload for IFormatProvider

Pull Request - State: closed - Opened by NightOwl888 almost 3 years ago - 1 comment

#43 - Structural Equality: Support additional collection types that are identifiable as List, Set, or Dictionary

Issue - State: open - Opened by NightOwl888 almost 3 years ago
Labels: is:enhancement, design, pri:normal, up for grabs

#42 - Structural Equality: Treat ImmutableArray<T> the same as Array

Issue - State: open - Opened by NightOwl888 almost 3 years ago
Labels: is:bug, is:enhancement, is:feature, pri:normal, up for grabs

#41 - Added .NET 6 Target + Tests

Pull Request - State: closed - Opened by NightOwl888 almost 3 years ago

#40 - List<T>/ListExtensions updates

Pull Request - State: closed - Opened by NightOwl888 about 3 years ago

#39 - J2N.Numerics: Marked numbers classes serializable

Pull Request - State: closed - Opened by NightOwl888 about 3 years ago

#38 - BREAKING: Fixed Character.IsWhiteSpace() to match JDK

Pull Request - State: closed - Opened by NightOwl888 about 3 years ago

#37 - Updated licensing information

Pull Request - State: closed - Opened by NightOwl888 about 3 years ago

#35 - Commented failing LurchTable enumerator test

Pull Request - State: closed - Opened by NightOwl888 about 3 years ago

#34 - Added Numbers Classes

Pull Request - State: closed - Opened by NightOwl888 about 3 years ago

#33 - 2021 July Miscellaneous Bug Fixes and Updates

Pull Request - State: closed - Opened by NightOwl888 about 3 years ago

#31 - Added RyuConversion FloatToString support and a few related unit tests

Pull Request - State: closed - Opened by rclabo over 3 years ago - 1 comment

#30 - Added support for converting a float to a string via RyuConversion

Pull Request - State: closed - Opened by rclabo over 3 years ago

#29 - Add Serializable support for LurchTable<TKey, TValue>

Issue - State: open - Opened by NightOwl888 over 3 years ago
Labels: help wanted, is:feature, pri:normal, up for grabs

#28 - Fixed enum support in StringFormatter

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago

#27 - Fixed BitSet documentation

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago

#26 - Added ParseException + tests

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago

#25 - Added ParseException

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago - 1 comment

#23 - Completed Nullable Reference Type Support (closes #10)

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago

#22 - Fixed rethrow logic of ThreadJob to preserve the stack trace of the exception

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago - 1 comment

#21 - Completed Nullable Reference Type Support (closes #10)

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago - 1 comment

#20 - Enabled serializable exceptions on .NET Core/.NET 5

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago

#16 - Buffers: Improved guard clauses

Pull Request - State: closed - Opened by NightOwl888 over 3 years ago

#13 - AtomicReferenceArray.ToString() doesn't use volatile reads

Issue - State: closed - Opened by NightOwl888 over 3 years ago - 1 comment
Labels: is:bug, pri:normal

#12 - Task: Add cross-OS command-line build script

Issue - State: closed - Opened by NightOwl888 almost 4 years ago - 1 comment

#11 - Task: Create lower-level implementation of LinkedDictionary<TKey, TValue>

Issue - State: open - Opened by NightOwl888 about 4 years ago
Labels: is:enhancement, pri:normal, up for grabs

#10 - Complete nullable reference type support

Issue - State: closed - Opened by NightOwl888 about 4 years ago
Labels: is:enhancement, pri:low

#9 - Implement SubList(), SubMap(), Head() and Tail() functionality in List<T>, SortedSet<t>, and SortedDictionary<TKey, TValue>

Issue - State: open - Opened by NightOwl888 about 4 years ago - 1 comment
Labels: is:enhancement, design, is:feature, pri:low, up for grabs

#7 - Accessibility of some members of J2N.Collections.BitSet does not match Apache Harmony

Issue - State: closed - Opened by NightOwl888 over 4 years ago
Labels: is:bug, is:enhancement

#6 - ArrayEqualityComparer<T> is using the wrong comparisons for float and double

Issue - State: closed - Opened by NightOwl888 over 4 years ago
Labels: is:bug

#5 - Exception thrown in List<T> or IDictionary<TKey, TValue> when using interpolation

Issue - State: closed - Opened by NightOwl888 over 4 years ago
Labels: is:bug

#4 - Add .NETFramework 4.0 support

Pull Request - State: closed - Opened by introfog over 4 years ago