Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c7a343f
Update to NET1o
saintentropy Mar 17, 2025
3fb95cf
resolve unclear MenuItem object
saintentropy Mar 17, 2025
c73bb5a
Stop casting to Bitmap. Always fails in NET10
saintentropy Mar 17, 2025
6226959
Switch to files vs embeded bitmap
saintentropy Mar 17, 2025
aff95b3
Merge branch 'master' into NET10Update
saintentropy Aug 6, 2025
71d8214
Move all icons to src/Resouces prt 1
saintentropy Aug 6, 2025
ab7e4a5
Move to src/Resoruces part 2
saintentropy Aug 6, 2025
ff6d69c
Update and move to src/Resources Ptyhon icons
saintentropy Aug 7, 2025
98659d9
Apply missing icons
saintentropy Aug 7, 2025
39e6f62
Add updated icons and move to src/Resources
saintentropy Aug 8, 2025
2414a9e
Further clean up
saintentropy Aug 19, 2025
d60ed6d
Clean up
saintentropy Aug 19, 2025
3764d02
Last for libraries resources
saintentropy Aug 19, 2025
5c74fea
test results
dnenov Aug 22, 2025
40c40c7
Merge branch 'pr/15933' into net10-tests
dnenov Aug 22, 2025
816b885
ToLiteral fix
dnenov Aug 26, 2025
b9834bc
saturating cast change
dnenov Aug 26, 2025
52d154e
clean up
dnenov Aug 28, 2025
7c8f687
revert "saturating cast change"
dnenov Sep 5, 2025
0625904
github workflows update
dnenov Sep 5, 2025
c108927
Merge remote-tracking branch 'upstream/master' into net10-tests
dnenov Sep 5, 2025
6ed08cb
comment out global.json step for testing
dnenov Sep 5, 2025
6756da5
comment out global.json all test
dnenov Sep 5, 2025
5a8a3cd
re-enable global.json with 10.0.100
dnenov Sep 5, 2025
e0d600e
targetting "version": "10.0.100-preview.7.25380.108"
dnenov Sep 5, 2025
f08e54c
Update DSCore.DateTime.IsDaylightSavingsTime.Large.png
dnenov Sep 6, 2025
6f92001
Update DSCore.DateTime.IsDaylightSavingsTime.Small.png
dnenov Sep 6, 2025
7e353fd
case-sensitive resource testing
dnenov Sep 8, 2025
e03e133
resolve ambiguity build error
dnenov Sep 8, 2025
af79dea
keep `8.0.100` in bin_diff
dnenov Sep 8, 2025
1fee08e
Update dynamo_bin_diff.yml
dnenov Sep 8, 2025
39d2e9b
Update dynamo_bin_diff.yml
dnenov Sep 8, 2025
dc650bb
revert net10.0 change for the IssuesTypePredicter
dnenov Sep 10, 2025
b355917
Merge remote-tracking branch 'upstream/master' into net10-tests
dnenov Sep 10, 2025
5b8c482
revert all changes to issues_type_predicter
dnenov Sep 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 6 additions & 3 deletions .github/workflows/build_dynamo_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@ jobs:
{
"projects": ["src", "test"],
"sdk": {
"version": "8.0.100",
"version": "10.0.100-preview.7.25380.108",
"rollForward": "latestFeature"
}
}
"@
$globalJson | Out-File -FilePath ${{ github.workspace }}\Dynamo\global.json -Encoding utf8
- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Disable problem matcher
run: Write-Output "::remove-matcher owner=csc::"
- name: Setup msbuild
Expand Down
25 changes: 17 additions & 8 deletions .github/workflows/build_dynamo_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@ jobs:
{
"projects": ["src", "test"],
"sdk": {
"version": "8.0.100",
"version": "10.0.100-preview.7.25380.108",
"rollForward": "latestFeature"
}
}
"@
$globalJson | Out-File -FilePath ${{ github.workspace }}\Dynamo\global.json -Encoding utf8
- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Disable problem matcher
run: Write-Output "::remove-matcher owner=csc::"
- name: Setup msbuild
Expand Down Expand Up @@ -65,16 +68,19 @@ jobs:
{
"projects": ["src", "test"],
"sdk": {
"version": "8.0.100",
"version": "10.0.100-preview.7.25380.108",
"rollForward": "latestFeature"
}
}
"@
$globalJson | Out-File -FilePath ${{ github.workspace }}\Dynamo\global.json -Encoding utf8
- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Disable problem matcher
run: Write-Output "::remove-matcher owner=csc::"
- name: Setup msbuild
Expand All @@ -100,9 +106,12 @@ jobs:
with:
path: Dynamo
- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Disable problem matcher
run: echo "::remove-matcher owner=csc::"
- name: Install dependencies for linux runtime
Expand Down
24 changes: 15 additions & 9 deletions .github/workflows/dynamo_bin_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,27 @@ jobs:
{
"projects": ["src", "test"],
"sdk": {
"version": "8.0.100",
"version": "10.0.100-preview.7.25380.108",
"rollForward": "latestFeature"
}
}
"@
$globalJson | Out-File -FilePath ${{ github.workspace }}\Dynamo\global.json -Encoding utf8
- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Disable problem matcher
run: Write-Output "::remove-matcher owner=csc::"
- name: Setup msbuild
uses: microsoft/setup-msbuild@v2
- name: Install dependencies for windows runtime
run: dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64
run: dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 -p:DotNet=net10.0
- name: Build Dynamo with MSBuild
run: msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release
run: msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release
- name: Look for DynamoCLI.exe
run: |
Write-Output "***Locating DynamoCLI.exe!***"
Expand Down Expand Up @@ -79,17 +82,20 @@ jobs:
"@
$globalJson | Out-File -FilePath ${{ github.workspace }}\master\global.json -Encoding utf8
- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Disable problem matcher
run: Write-Output "::remove-matcher owner=csc::"
- name: Setup msbuild
uses: microsoft/setup-msbuild@v2
- name: Install dependencies for windows runtime
run: dotnet restore ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64
run: dotnet restore ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64
- name: Build Dynamo with MSBuild
run: msbuild ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release
run: msbuild ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release
- name: Look for DynamoCLI.exe
run: |
Write-Output "***Locating DynamoCLI.exe!***"
Expand Down
2 changes: 1 addition & 1 deletion src/Config/CS_SDK.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PlatformTarget >x64</PlatformTarget>
<!--Use the property DotNet to set TargetFramework from commandline without forcing it on all projects-->
<!--Ex. DynamoServices uses TargetFramework netstandard2.0 -->
<DotNet>net8.0</DotNet>
<DotNet>net10.0</DotNet>
<!--Use LibGVer to tell the CI/CD pipeline what the prefered LIBG version is for testing-->
<LIBGVer>libg_231_0_0</LIBGVer>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">16.0</VisualStudioVersion>
Expand Down
Loading
Loading