Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mcintyre321/OneOf issues and pull requests
#187 - .net8 and netstandard2.1 upgrading
Pull Request -
State: open - Opened by dolunay 4 days ago
#186 - Returning OneOf<IEnumerable<T>, Error>
Issue -
State: open - Opened by brumlemann 6 days ago
- 1 comment
#185 - implicit typecast from shorter OneOfs
Pull Request -
State: open - Opened by Pxtl 19 days ago
- 1 comment
#184 - swich indentation to spaces in TryPick
Pull Request -
State: open - Opened by Pxtl 19 days ago
#183 - Add Support for Async
Pull Request -
State: open - Opened by joaomatossilva 22 days ago
- 5 comments
#182 - Using "WriteAllTextAsync"
Pull Request -
State: open - Opened by marco-carvalho about 2 months ago
#181 - Return "partial" OneOf types
Issue -
State: open - Opened by juantxorena about 2 months ago
- 1 comment
#180 - Update README.md
Pull Request -
State: open - Opened by rafalbig 3 months ago
#179 - Minor grammatical changes
Pull Request -
State: open - Opened by InteXX 3 months ago
#178 - Minor grammatical changes
Pull Request -
State: closed - Opened by InteXX 4 months ago
- 1 comment
#177 - Please can you add a source generator for value typed OneOf?
Issue -
State: open - Opened by jamescarter-le 4 months ago
#176 - Code analyzer to warn if OneOf<> not handled
Issue -
State: open - Opened by gorillapower 5 months ago
#175 - add `global::` to use of OneOf.OneOf in generated code
Pull Request -
State: open - Opened by StefanLochauMF 5 months ago
#174 - Source Generator fails for types in a "OneOf" namespace
Issue -
State: open - Opened by StefanLochauMF 5 months ago
#173 - Made structs in OneOf.Types readonly structs
Pull Request -
State: open - Opened by snkemp 6 months ago
#172 - Better performance Source Generator
Pull Request -
State: closed - Opened by thomhurst 6 months ago
- 2 comments
#171 - add new method WithType to add types to a OneOf
Pull Request -
State: open - Opened by Pxtl 9 months ago
- 4 comments
#170 - oneof is missing NuGet package README file
Issue -
State: open - Opened by lyndaidaii 9 months ago
#169 - Serializing an object that inherits from OneOfBase throws error
Issue -
State: open - Opened by Scryper 10 months ago
#168 - Warning CS0436 : The type GenerateOneOfAttribute conflicts with imported type...
Issue -
State: open - Opened by CheloXL about 1 year ago
- 2 comments
#167 - Problem with (de)serialization unions created with `GenerateOneOf`
Issue -
State: closed - Opened by dpraimeyuu about 1 year ago
- 2 comments
#166 - Generate a OneOf type based on an existing Enum
Issue -
State: open - Opened by wtaisto about 1 year ago
#165 - Hacktoberfest
Issue -
State: open - Opened by ntbm about 1 year ago
#164 - OneOf.Switch return value for Happy Path
Issue -
State: closed - Opened by wtaisto about 1 year ago
- 3 comments
#163 - OneOfBase with more than 7 generic types?
Issue -
State: closed - Opened by wtaisto about 1 year ago
- 2 comments
#162 - SourceGenerator namespace clashes
Issue -
State: closed - Opened by thomhurst about 1 year ago
#161 - In OneOf.SourceGenerator - Generate type specific TryPick/As methods?
Issue -
State: closed - Opened by jamesbascle about 1 year ago
- 7 comments
#160 - Fully Qualified Type names for the Source Generator (to avoid namespace clashes)
Pull Request -
State: open - Opened by thomhurst about 1 year ago
#160 - Fully Qualified Type names for the Source Generator (to avoid namespace clashes)
Pull Request -
State: closed - Opened by thomhurst about 1 year ago
- 10 comments
#159 - Generated source is incompatible with JsonSerializerContext generated code
Issue -
State: closed - Opened by alex34533-hpinc about 1 year ago
- 2 comments
#158 - Why not store the instance in an `object` field instead of a bunch of fields?
Issue -
State: open - Opened by NickStrupat over 1 year ago
- 7 comments
#157 - TryPick should utilize [NotNullWhen]
Issue -
State: closed - Opened by PaulBraetz over 1 year ago
- 1 comment
#156 - Add doc comments and equality implementations, minor tweaks
Pull Request -
State: closed - Opened by PaulBraetz over 1 year ago
- 1 comment
#155 - Refactor generator to use incremental caching
Pull Request -
State: closed - Opened by TimothyMakkison over 1 year ago
- 2 comments
#154 - Unexpected behavior with interfaces
Issue -
State: open - Opened by NWoodsman over 1 year ago
- 2 comments
#153 - OneOf.SourceGenerator should be marked as development dependency
Issue -
State: open - Opened by cremor over 1 year ago
#152 - Implicit cast from OneOf<> to Task<OneOf<>>
Issue -
State: open - Opened by amir734jj over 1 year ago
- 1 comment
#151 - Possibility to implement TryPick<Tx>
Issue -
State: open - Opened by aliriocastro over 1 year ago
- 10 comments
#150 - Nested calls to multiple methods returning OneOf<T1, T2, ...>
Issue -
State: open - Opened by theplankmeister over 1 year ago
- 3 comments
#149 - GenerateOneOf source generator does not work when using same class name with different generics
Issue -
State: open - Opened by ADIX7 over 1 year ago
- 1 comment
#148 - Rewrite ISourceGenerator into IIncrementalGenerator
Pull Request -
State: closed - Opened by thomhurst over 1 year ago
- 4 comments
#147 - Consider sign the assembly?
Issue -
State: closed - Opened by AsakusaRinne over 1 year ago
- 4 comments
#147 - Consider sign the assembly?
Issue -
State: closed - Opened by AsakusaRinne over 1 year ago
- 4 comments
#146 - Add badges to README.md
Pull Request -
State: open - Opened by ruan92 over 1 year ago
#146 - Add badges to README.md
Pull Request -
State: closed - Opened by ruan92 over 1 year ago
#145 - Intended usage when calling method that itself return a OneOf<T>
Issue -
State: open - Opened by BADF00D over 1 year ago
- 2 comments
#144 - Refactoring existing source generator to use new incremental api
Pull Request -
State: open - Opened by jlevier over 1 year ago
- 1 comment
#144 - Refactoring existing source generator to use new incremental api
Pull Request -
State: open - Opened by jlevier over 1 year ago
- 3 comments
#143 - Increase type parameter limit for `OneOf` and `OneOfBase`
Issue -
State: closed - Opened by gtbuchanan over 1 year ago
- 1 comment
#143 - Increase type parameter limit for `OneOf` and `OneOfBase`
Issue -
State: closed - Opened by gtbuchanan over 1 year ago
- 1 comment
#142 - Consider removing .NET 5 dependencies to build on MacOS ARM64
Issue -
State: open - Opened by CpnNixel over 1 year ago
- 1 comment
#142 - Consider removing .NET 5 dependencies to build on MacOS ARM64
Issue -
State: open - Opened by CpnNixel over 1 year ago
- 1 comment
#141 - Sourcegenerator shouldn't require public types
Pull Request -
State: closed - Opened by dnperfors over 1 year ago
#141 - Sourcegenerator shouldn't require public types
Pull Request -
State: closed - Opened by dnperfors over 1 year ago
#140 - Created project OneOf.Serialization
Pull Request -
State: closed - Opened by Enzo-Lucas over 1 year ago
- 1 comment
#140 - Created project OneOf.Serialization
Pull Request -
State: closed - Opened by Enzo-Lucas over 1 year ago
- 1 comment
#140 - Created project OneOf.Serialization
Pull Request -
State: closed - Opened by Enzo-Lucas over 1 year ago
- 1 comment
#139 - Could you add nuget package link in readme?
Issue -
State: open - Opened by XanNava over 1 year ago
- 1 comment
#139 - Could you add nuget package link in readme?
Issue -
State: closed - Opened by XanNava over 1 year ago
- 1 comment
#139 - Could you add nuget package link in readme?
Issue -
State: open - Opened by XanNava over 1 year ago
- 1 comment
#138 - Problem in serializing to concrete object during Post call
Issue -
State: open - Opened by abhinnKl almost 2 years ago
#138 - Problem in serializing to concrete object during Post call
Issue -
State: open - Opened by abhinnKl almost 2 years ago
- 1 comment
#138 - Problem in serializing to concrete object during Post call
Issue -
State: open - Opened by abhinnKl almost 2 years ago
- 2 comments
#137 - OneOf vs ValueOf ?
Issue -
State: closed - Opened by marcusx2 almost 2 years ago
- 1 comment
#137 - OneOf vs ValueOf ?
Issue -
State: closed - Opened by marcusx2 almost 2 years ago
- 4 comments
#137 - OneOf vs ValueOf ?
Issue -
State: closed - Opened by marcusx2 almost 2 years ago
- 1 comment
#136 - Async support
Issue -
State: closed - Opened by fbouvard almost 2 years ago
#136 - Async support
Issue -
State: closed - Opened by fbouvard almost 2 years ago
- 7 comments
#135 - Add [DebuggerDisplay] attribute to the type
Issue -
State: open - Opened by Lonli-Lokli almost 2 years ago
#135 - Add [DebuggerDisplay] attribute to the type
Issue -
State: open - Opened by Lonli-Lokli almost 2 years ago
#135 - Add [DebuggerDisplay] attribute to the type
Issue -
State: open - Opened by Lonli-Lokli almost 2 years ago
#134 - Bump Newtonsoft.Json from 10.0.2 to 13.0.2 in /OneOf.Tests
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#134 - Bump Newtonsoft.Json from 10.0.2 to 13.0.2 in /OneOf.Tests
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#133 - Pattern matching with OneOfBase reuseable types
Issue -
State: open - Opened by katy-hughes-cko almost 2 years ago
- 1 comment
#133 - Pattern matching with OneOfBase reuseable types
Issue -
State: open - Opened by katy-hughes-cko almost 2 years ago
- 1 comment
#132 - Attribute decoration to generate cast from one OneOfBase to another
Issue -
State: open - Opened by BreadTh almost 2 years ago
#132 - Attribute decoration to generate cast from one OneOfBase to another
Issue -
State: open - Opened by BreadTh almost 2 years ago
- 1 comment
#132 - Attribute decoration to generate cast from one OneOfBase to another
Issue -
State: open - Opened by BreadTh almost 2 years ago
#131 - F#-C# interop also works with a simple operator
Issue -
State: closed - Opened by fwaris about 2 years ago
#131 - F#-C# interop also works with a simple operator
Issue -
State: closed - Opened by fwaris about 2 years ago
#131 - F#-C# interop also works with a simple operator
Issue -
State: closed - Opened by fwaris about 2 years ago
#130 - Source generator should work on internal classes, too
Issue -
State: closed - Opened by cytoph about 2 years ago
- 2 comments
#129 - Make OneOf structs readonly
Pull Request -
State: closed - Opened by XanderStoffels about 2 years ago
- 1 comment
#128 - Support for .net6.0, netstandard2.1
Issue -
State: open - Opened by AceCoderYoda about 2 years ago
- 1 comment
#128 - Support for .net6.0, netstandard2.1
Issue -
State: open - Opened by AceCoderYoda about 2 years ago
- 2 comments
#128 - Support for .net6.0, netstandard2.1
Issue -
State: open - Opened by AceCoderYoda about 2 years ago
- 1 comment
#127 - How to widen eg. `OneOf'3` to `OneOf'4` nicely
Issue -
State: closed - Opened by ljani over 2 years ago
- 1 comment
#127 - How to widen eg. `OneOf'3` to `OneOf'4` nicely
Issue -
State: closed - Opened by ljani over 2 years ago
- 1 comment
#127 - How to widen eg. `OneOf'3` to `OneOf'4` nicely
Issue -
State: closed - Opened by ljani over 2 years ago
- 1 comment
#126 - Fix minor typo in project description
Pull Request -
State: closed - Opened by NxSoftware over 2 years ago
#126 - Fix minor typo in project description
Pull Request -
State: closed - Opened by NxSoftware over 2 years ago
#126 - Fix minor typo in project description
Pull Request -
State: closed - Opened by NxSoftware over 2 years ago
#125 - Source generator should work for nested types
Issue -
State: open - Opened by dstockhammer over 2 years ago
- 1 comment
#125 - Source generator should work for nested types
Issue -
State: open - Opened by dstockhammer over 2 years ago
- 1 comment
#125 - Source generator should work for nested types
Issue -
State: open - Opened by dstockhammer over 2 years ago
- 1 comment
#124 - bumped source generator test to .NET 6
Pull Request -
State: closed - Opened by romfir over 2 years ago
- 1 comment
#124 - bumped source generator test to .NET 6
Pull Request -
State: open - Opened by romfir over 2 years ago
- 1 comment
#124 - bumped source generator test to .NET 6
Pull Request -
State: open - Opened by romfir over 2 years ago
- 1 comment
#123 - Added source generator diagnostics tests and fixed bug while generating OneOfBase with interfaces
Pull Request -
State: closed - Opened by romfir over 2 years ago
- 1 comment
#123 - Added source generator diagnostics tests and fixed bug while generating OneOfBase with interfaces
Pull Request -
State: closed - Opened by romfir over 2 years ago
- 1 comment