Merge pull request #10 from ibrahimatay/git-action #9
Annotations
10 warnings
build:
DesignPatterns.Memento/Program.cs#L20
Non-nullable field '_memento' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DesignPatterns.Memento/Program.cs#L7
Non-nullable field '_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DesignPatterns.Observer/Program.cs#L16
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DesignPatterns.Bridge/Program.cs#L46
Cannot convert null literal to non-nullable reference type.
|
build:
DesignPatterns.ChainOfResponsibility/Program.cs#L10
Non-nullable field '_handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DesignPatterns.ChainOfResponsibility/Program.cs#L14
Possible null reference return.
|
build:
DesignPatterns.Builder/Program.cs#L8
Non-nullable field 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DesignPatterns.Builder/Program.cs#L7
Non-nullable field 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DesignPatterns.Builder/Program.cs#L6
Non-nullable field 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DesignPatterns.Builder/Program.cs#L5
Non-nullable field 'Database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|