-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…for swapping in the documentation.
…nObject_interface
…nObject_interface
…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]>
…build and tool restore waits for exit
* Update index.md * Update index.md --------- Co-authored-by: Peter Kurhajec <[email protected]>
Co-authored-by: Peter Kurhajec <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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 fromix
toAXSharp
, and enhancing the GitVersion configuration.Dependency Updates:
.config/dotnet-tools.json
: Updateddocfx
version from 2.63.0 to 2.77.0.cake/Build.csproj
: Updated target framework tonet8.0
andGitVersion.MsBuild
to version 6.0.5. [1] [2]Project Renaming:
.vscode/launch.json
,.vscode/tasks.json
: Renamed project paths fromix.compiler
toAXSharp.compiler
. [1] [2] [3] [4]README.md
,CONTRIBUTING.md
,SECURITY.md
: Updated references fromix
toAXSharp
. [1] [2] [3] [4] [5] [6] [7] [8]Documentation and Configuration Enhancements:
GitVersion.yml
: Enhanced GitVersion configuration for better versioning control..github/pull_request_template.md
: Added localization checks for new UI texts.build-docs.ps1
: Simplified the build script for documentation.These changes collectively improve the maintainability, clarity, and functionality of the project.