-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
68 lines (39 loc) · 2.64 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
- - - - - - - - - - - - - - - - - -
IeXod - https://github.com/3F/IeXod
- - - - - - - - - - - - - - - - - -
[0.2] 2024.02.22
* NEW: New Evaluation.Expander. Adds external use of missing functions:
new/unknown(yet for IeXod engine) MSBuild static functions $([MSBuild]::...
* NEW: Basic Tasks support as IeXod.Tasks. + RoslynCodeTaskFactory. (No host or extenral nodes yet)
IeXod.Tasks also improves additional references to standard library assemblies
in RoslynCodeTaskFactory + Compilers (Roslyn tools)
* NEW: Support hMSBuild 2.4.1 helper for custom search related engines.
* NEW: IeXodBinPath property. Where IeXod.dll is located.
* FIXED: Possible InvalidProjectFileException "Could not find a part of the path ..."
When Import SDKs projects.
* FIXED: Wrong minimal compatible Sdk version ~ 1.1.0
When Sdk-style evaluation, e.g. Sdk="Microsoft.NET.Sdk"
* FIXED: Failed hostfxr use in Sdk resolving when .NET Core target platforms.
* FIXED: Possible incorrect evaluation MSBuildExtensionsPath or like properties.
* FIXED: Using most of the original MSBxxxx messages.
* FIXED: Fixed SdkResolverLoader and ProjectInstance initialization.
* CHANGED: Improved expanding of the Import attribute using extra fallback logic.
* CHANGED: .tasks processing using IeXod.Tasks by default.
* CHANGED: MSBuildFrameworkToolsRoot changed to FrameworkBasePath value at runtime.
* CHANGED: MSB4010 Warning now is considered as XD4010 Message.
* CHANGED: MSBUILD_EXE_PATH now is considered as IEXOD_PATH_TO_MSBUILD_EXE
* CHANGED: Changed logic for searching Toolset properties using extra fallback.
* CHANGED: Improved searcing of the original engine.
* CHANGED: Improved accessing to the most known properties from the original engine and its SDKs.
* CHANGED: Original ProjectCollection.Version changed as EngineVersion
Modified Version now points to MSBuild-compatible Version.
* CHANGED: Updated hostfxr.dll 6.0.22 (fix doubling the collection using hostfxr_get_available_sdks_result_fn, etc.)
[0.1-beta] 2020.06.04
* Initial public release.
The most portable alternative to Microsoft.Build for evaluating, manipulating,
and other progressive data processing in a compatible XML-like syntax.
https://github.com/3F/IeXod
[1.0][SdkResolver] 2020.06.04
* Initial public release.
Public Interface of Sdk Resolvers in IeXod project.
Alternative to Microsoft.Build. https://github.com/3F/IeXod