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

Improves package integration #161

Merged
merged 3 commits into from
Jun 8, 2020
Merged

Improves package integration #161

merged 3 commits into from
Jun 8, 2020

Conversation

3F
Copy link
Owner

@3F 3F commented Jun 8, 2020

Related issues: #152

3F added 3 commits June 8, 2020 21:33
\+ bool IWizardConfig.Distributable. False value indicates either an offline or -pkg-link package.
@3F 3F added this to the 1.7.3 milestone Jun 8, 2020
@3F 3F merged commit 8f56f66 into master Jun 8, 2020
@3F 3F deleted the dev/packages branch June 8, 2020 18:49
3F added a commit that referenced this pull request Jun 12, 2020
* FIXED: Fixed syntax error at token '-' in: IL_002d: ldc.r8 -nan(ind) with "return Double.NaN"
         Through "Single + Double NaN token patching" option. Issue #158.
            ```
            .field = float32(-nan(ind)) -> 0xFFC00000
            .field = float64(-nan(ind)) -> 0xFFF8000000000000

            ldc.r8 -nan(ind) -> 00 00 00 00 00 00 F8 FF
            ldc.r4 -nan(ind) -> 00 00 C0 FF
            ```

* FIXED: NuGet packages are not visible as installed when DLLExport enabled for project.
         Issue #152.

* FIXED: Concurrency Issue with Parallel Project Builds. Issue #73.

* FIXED: Fixed the first phase of the build when restoring. Related issue #159.

* FIXED: Fixed VS NuGet PM possible error:
         "You cannot call a method on a null-valued expression."

* CHANGED: Improves package integration. PR  #161.
            - Updated logic for packages through `-pkg-link` key.
            - Removed `-force` key from the project files
              if it was pushed together with other commands for manager.
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.

1 participant