Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We now initialize complex arrays in the poco object to prevent null ref. cxception when the POCO object is not fully initialized.
Changes:
Addition of
CsPlainConstructorBuilder.cs
file: This new file contains theCsPlainConstructorBuilder
class, which is used to build constructors for classes. It implements theICombinedThreeVisitor
interface and contains methods for creating different types of declarations and adding them to the source code. It also contains aCreate
method which is used to create a new instance of theCsPlainConstructorBuilder
class and add the constructor to the source code.Modification of
CsPlainSourceBuilder.cs
file: Theusing AXSharp.Compiler.Cs.Onliner;
directive was added to allow theCsPlainSourceBuilder
class to use theCsPlainConstructorBuilder
class. TheCsPlainConstructorBuilder.Create
method was added to theCreateClassDeclaration
method, creating a new instance of theCsPlainConstructorBuilder
class and adding the constructor to the source code.Addition of
InstantiateArray
method inArrays.cs
file: This new method is used to create a new array and initialize it with a specified initializer function and array bounds.Commenting out of array initialization in
PlainersSwappingTests.cs
file: The code for initializing theArrayOfDrives
array was commented out, suggesting that the array is now being initialized elsewhere, possibly in the constructor of thep
object.closes #311