Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental release for TIA2AX testing #344

Merged
merged 189 commits into from
Nov 27, 2024
Merged

Experimental release for TIA2AX testing #344

merged 189 commits into from
Nov 27, 2024

Conversation

PTKu
Copy link
Member

@PTKu PTKu commented Nov 27, 2024

This pull request includes several changes to update dependencies, improve documentation, and refactor project names. The most important changes include updating the docfx version, renaming project references from ix to AXSharp, and enhancing the GitVersion configuration.

Dependency Updates:

Project Renaming:

  • .vscode/launch.json, .vscode/tasks.json: Renamed project paths from ix.compiler to AXSharp.compiler. [1] [2] [3] [4]
  • README.md, CONTRIBUTING.md, SECURITY.md: Updated references from ix to AXSharp. [1] [2] [3] [4] [5] [6] [7] [8]

Documentation and Configuration Enhancements:

These changes collectively improve the maintainability, clarity, and functionality of the project.

PTKu and others added 30 commits March 20, 2023 09:01
…ods_to_ITwinObject_interface

126  new feature add swapping methods to i twin object interface
…ods_to_ITwinObject_interface

ITwinObject swapping methods now async
Refactors the project to the new name. Now using AX#.

---------

Co-authored-by: PTKu <[email protected]>
* Update index.md

* Update index.md

---------

Co-authored-by: Peter Kurhajec <[email protected]>
Co-authored-by: Peter Kurhajec <[email protected]>
Brano5 and others added 24 commits June 10, 2024 19:26
Small improvement in attribute name in AX.
* just build

* BaseAttribute in progress

* Added test for presentationBase atribute

* Rename PresentationBaseAttribute to RenderTemplateOverrideAttribute

* Repair override attribute.

* Tests

* Repair

---------

Co-authored-by: blazej.kuhajda <[email protected]>
* Added show attribute units if is set in template views

* Test repair
* Change calling js

* Test Repair
* Added Pre and PostConstruct in StructuredType

* Repaired test

---------

Co-authored-by: Peter Kurhajec <[email protected]>
* changed order of installing refs

* Add EnsureOutputFolder method and integrate it into EnsureCsProjFile

Added a new private method `EnsureOutputFolder` that checks if the
output folder specified by `AxSharpProject.OutputFolder` exists, and
if not, creates it. This method then returns the path to the output
folder.

Modified the `EnsureCsProjFile` method to call the newly added
`EnsureOutputFolder` method. This ensures that the output folder is
created before proceeding with the rest of the method's logic,
preventing potential errors related to missing directories.

---------

Co-authored-by: blazej.kuhajda <[email protected]>
Co-authored-by: PTKu <[email protected]>
…ies (#329)

* Create draft PR for #328

* Add SkipDependencyCompilation property to ICompilerOptions

A new property `SkipDependencyCompilation` has been added to the
`ICompilerOptions` interface in `ICompilerOptions.cs`. The
`AXSharpConfig` and `Options` classes, which implement
`ICompilerOptions`, have been updated to include this property.
The `AXSharpConfig` class now copies the `SkipDependencyCompilation`
property from `newCompilerOptions` to `fromConfig`. The `AXSharpProject`
class has been updated to conditionally compile project references
based on the `SkipDependencyCompilation` property.

* asp

---------

Co-authored-by: PTKu <[email protected]>
fix typo "AttributeMinimum"

Co-authored-by: Peter Kurhajec <[email protected]>
* Create draft PR for #331

* updates stc to v7.1.81

---------

Co-authored-by: PTKu <[email protected]>
* Create draft PR for #333

* GetReferences made public

---------

Co-authored-by: TK <[email protected]>
…prevent global namespace pollution and conflicts with other platforms (#337)

* Create draft PR for #336

* closes presentation attributes to namespaces to avoid conflicts in global space

---------

Co-authored-by: PTKu <[email protected]>
…s as attribute in the poco type declarations (#340)

* Create draft PR for #338

* adds attributes to plain objects and added properties as attribute

---------

Co-authored-by: PTKu <[email protected]>
* updates to giversion 6.0.5

* removes support for dotnet 7
@PTKu PTKu merged commit 4fc978c into releases/v0 Nov 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants