issues Search Results · repo:AArnott/ImmutableObjectGraph language:C#
Filter by
84 results
(89 ms)84 results
inAArnott/ImmutableObjectGraph (press backspace or delete to remove)Rather than copy docs around in the generated code, use syntax like this:
/// param name= field1 inheritdoc cref= field1 / /param
AArnott
- Opened on Aug 25, 2020
- #120
The With methods try to use the == operator between two structs, which isn t legal unless the operator happens to be
defined on that struct, which in the case of ReadOnlyMemory T , it isn t.
AArnott
- Opened on Aug 25, 2020
- #119
I created a .net standard 2.0 class library project and this all worked fine
When I create a .net fw 4.5 project, which I believe I should be able to target, I cannot build. I get this in my
output:
...
robertellisuk
- 1
- Opened on Jul 13, 2020
- #118
It seems the generated code uses a extension method ResetContents that requires using ImmutableObjectGraph; which is not
present on the generated file. It happens when use fields of type ImmutableList ...
israellot
- 1
- Opened on Aug 7, 2019
- #116
Just came up here that a project referencing ImmutableObjectGraph failed to build the moment .NET Core SDK 3 was
installed. Something about dotnet-codegen --info Once I uninstalled .NET Core SDK 3 all ...
azeno
- 1
- Opened on Jul 3, 2019
- #115
Given:
public struct Point3D
{
public double X;
public double Y;
public double Z;
}
Generate:
readonly public struct ReadonlyPoint3D
{
public readonly double X;
public readonly ...
invalid
dzmitry-lahoda
- 2
- Opened on Jan 11, 2019
- #114
Hi there, i m new to the NuGet package system.
I m trying to update a project made with version v1.1.7 (which had no dependencies) to version 1.2.19 (which depends on
roslyin), using VS2017. At compile ...
question
KonssnoK
- 7
- Opened on Nov 18, 2018
- #112
This is a pretty big feature. Is this something you would consider? I ve spent a fair amount of time studying the
implementation and reproducing more generic versions of it and would be willing to make ...
nathanwinder
- 3
- Opened on Oct 17, 2018
- #111
I still need to think through some of this design, particularly the VisitChildren and RewriteChildren but I wanted to
get this on your radar.
public interface IVisitor
{
void DefaultVisit(IAcceptVisitor ...
nathanwinder
- Opened on Oct 15, 2018
- #110
Add support for a static Empty property and instance IsEmpty property.
Person.Empty.IsEmpty == true;
Person.Create().IsEmpty == true;
ReferenceEquals(Person.Create(), Person.Empty) == true;
ReferenceEquals(Person.CreateBuilder().ToImmutable(), ...
nathanwinder
- 7
- Opened on Oct 14, 2018
- #109

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.