issues
search
aaubry
/
YamlDotNet
YamlDotNet is a .NET library for YAML
MIT License
2.58k
stars
484
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support IReadOnlyCollection
#1008
BenjaminBrienen
opened
1 week ago
2
perf: Optimize number parse logics
#1007
filzrev
opened
2 weeks ago
0
The F&Q link in the readme points to an invalid page
#1006
ArchieCoder
opened
2 weeks ago
1
Using default deserialization in a custom type converter
#1005
mikhail-barg
closed
2 weeks ago
2
Scanner with SkipComments = false doesn't work
#1004
bryanbcook
opened
3 weeks ago
0
Support YamlConverterAttribute in attribute overrides
#1003
ChristopherMann
closed
2 weeks ago
0
Enforce Constructor Call or Add Nullable Returns
#1002
AeonSake
opened
4 weeks ago
2
Loss of precision when deserializing floating numbers with ‘WithAttemptingUnquotedStringTypeDeserialization`
#1001
filzrev
opened
1 month ago
0
Bring back stack trace to YamlException.ToString
#1000
rosieks
opened
1 month ago
0
YamlException.ToString hiddes stack track
#999
rosieks
opened
1 month ago
0
Fix JSON serialization for UTF-32 characters.
#998
nahk-ivanov
closed
2 weeks ago
6
Incorrect UTF-32 character JSON serialization
#997
nahk-ivanov
closed
2 weeks ago
3
Unity fixes for 16.1.3
#996
steinbitglis
opened
1 month ago
0
Serialization and deserialization of private fields
#995
KeyDevLol
opened
1 month ago
0
Serialized integral doubles/floats become strings.
#994
peeveen
closed
2 weeks ago
1
CurrentCulture in TypeConverter being used
#993
riezebosch
opened
1 month ago
0
fix: floating-point number serialization issue for non-normal values
#992
filzrev
closed
2 weeks ago
0
Serialized JSON data of some floating point values (Infinite and NaN and with exponential) contains unexpected result
#991
filzrev
closed
2 weeks ago
2
perf: Optimize regular numbers parse logics
#990
filzrev
closed
2 weeks ago
6
IDataReader type converter
#989
riezebosch
closed
1 month ago
2
Common parts extracted + more changes for #984
#987
n9
opened
2 months ago
1
Fix some NET 9 SDK analysis warnings
#986
lahma
opened
2 months ago
0
Removes sealed from a number of classes and respects empty strings in enummember
#985
EdwardCooke
closed
2 months ago
0
Option to serialize members of base types first
#984
n9
closed
2 months ago
2
EnumMember support ""
#983
IvanJosipovic
closed
2 months ago
1
Allow extending genericInterfaceImplementations of DefaultObjectFactory
#982
n9
closed
2 months ago
3
YamlDocument for introspection
#981
StephenHodgson
closed
2 months ago
1
Use collection expressions
#980
lahma
closed
2 months ago
0
Update testing libraries and migrate FluentAssertions syntax
#979
lahma
closed
2 months ago
0
Fix warnings when building in linux due to IDE0055 bugs
#978
EdwardCooke
closed
2 months ago
0
Fix warnings when building in linux due to IDE0055 bugs
#977
EdwardCooke
closed
2 months ago
0
Warnings as errors and compiler error cleanup
#976
EdwardCooke
closed
2 months ago
0
Convert to use Central Package Management
#973
lahma
closed
2 months ago
4
Prevent forced quoting of strings with leading backslash
#972
jcbfaulks
closed
2 months ago
0
Fix analyzer warnings on NET 9 SDK
#971
lahma
closed
2 months ago
0
Fix build warnings in linux
#970
EdwardCooke
closed
2 months ago
0
Eliminate allocs in TypeConverterCache lookup path
#969
MattKotsenas
closed
2 months ago
1
Enable warnings as errors in CI pipeline
#968
MattKotsenas
closed
2 months ago
10
Dont use enummember attribute when it's null or empty
#967
EdwardCooke
closed
2 months ago
0
Null exception on enum values with an empty EnumMember
#966
welbertwpg
closed
2 months ago
3
Support keys larger > 1024 characters
#965
EdwardCooke
closed
2 months ago
4
Fix single element with anchor inline mapping
#964
EdwardCooke
closed
2 months ago
0
Added private member yaml member attrribute regression test
#963
EdwardCooke
closed
2 months ago
0
Made the typeconvertercache a concurrent dictionary
#962
EdwardCooke
closed
2 months ago
0
Use ContinuousDelivery for gitversion to fix the builds
#961
EdwardCooke
closed
2 months ago
0
Fix property handling when there are hidden properties
#960
julian-burger-ttd
closed
2 months ago
0
YamlIgnore is no longer respected during deserialization
#959
julian-burger-ttd
closed
2 months ago
1
Switch from .nuspec files to project properties
#958
MattKotsenas
closed
2 months ago
15
Eliminate allocations from CharacterAnalyzer<StringLookAheadBuffer>
#957
MattKotsenas
closed
2 months ago
6
Cache lookups to IEnumerable<IYamlTypeConverter>
#956
MattKotsenas
closed
2 months ago
3
Next