Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Arlodotexe opened a pull request on CommunityToolkit/Tooling-Windows-Submodule
Fixed ExcludeMultiTargets not working as expected
This PR fixes an issue where the `ExcludeMultiTargets` parameter passed to `UseTargetFrameworks.ps1` wasn't being reflected in the generated code. This led to issues in our CI, which relies on th...Arlodotexe created a branch on CommunityToolkit/Tooling-Windows-Submodule
multitarget/fix/excludemultitargets - Community Toolkit infrastructure for use as a submodule 'tooling' directory in other repositories.
Arlodotexe pushed 2 commits to main CommunityToolkit/Windows
Arlodotexe closed a pull request on CommunityToolkit/Windows
Refactor MultiTarget, fix consuming uwp from net9.0-windows
This PR updates our tooling to the latest main commit. This tooling bump includes the following changes: - https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/237 - https://github.co...Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Labs-Windows
- Use tooling to declare GlobalUsings 9e161f1
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Labs-Windows
- Use normal windows-latest runner for Xaml Style Check 91de16d
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Labs-Windows
- Ran XAML styler 14b9a8e
Arlodotexe pushed 1 commit to bump/tooling CommunityToolkit/Windows
- Use tooling for GlobalUsings imports 650b0c2
Arlodotexe opened a pull request on CommunityToolkit/Windows
Refactor MultiTarget, fix consuming uwp from net9.0-windows
This PR updates our tooling to the latest main commit. This tooling bump includes the following changes: - https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/237 - https://github.co...Arlodotexe created a branch on CommunityToolkit/Windows
bump/tooling - Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.
Arlodotexe deleted a branch CommunityToolkit/Tooling-Windows-Submodule
multitarget/enabled-targetframework-overrides
Arlodotexe pushed 10 commits to main CommunityToolkit/Tooling-Windows-Submodule
- Rewired and cleaned up "Available" vs "Enabled" MultiTargets and TargetFrameworks. Lifted TFM toggling above TFM decl... f50a5c1
- Fix MultiTarget imports in all project heads a7ac78e
- Rewired and cleaned up "Available" vs "Enabled" MultiTargets and TargetFrameworks. Lifted TFM toggling above TFM decl... 7036724
- Fix MultiTarget imports in all project heads b7521ef
- Merge branch 'multitarget/enabled-targetframework-overrides' of https://github.com/CommunityToolkit/Tooling-Windows-S... 550bfed
- Add 'net9.0-windows10.0.26100.0' TFM to UWP 13a841d
- Merge pull request #239 from CommunityToolkit/user/sergiopedri/fix-uwp-net9-support Add 'net9.0-windows10.0.26100.0'... ce5ec75
- Fix 'UseUwp' condition b36a5a9
- Added missing DefinedConstants import 2929e6d
- Merge pull request #237 from CommunityToolkit/multitarget/enabled-targetframework-overrides Rewired "Available" vs "... 5a12e3d
Arlodotexe closed a pull request on CommunityToolkit/Tooling-Windows-Submodule
Rewired "Available" vs "Enabled" MultiTargets and TargetFrameworks
This restructures our props to creating a clean distinction between these four traits: - Available or Enabled - MultiTarget or TargetFramework 1. **Available TargetFrameworks**. A list of stat...Arlodotexe pushed 1 commit to multitarget/enabled-targetframework-overrides CommunityToolkit/Tooling-Windows-Submodule
- Added missing DefinedConstants import 2929e6d
Arlodotexe deleted a branch CommunityToolkit/Tooling-Windows-Submodule
user/sergiopedri/fix-uwp-net9-support
Arlodotexe pushed 2 commits to multitarget/enabled-targetframework-overrides CommunityToolkit/Tooling-Windows-Submodule
Arlodotexe closed a pull request on CommunityToolkit/Tooling-Windows-Submodule
Add 'net9.0-windows10.0.26100.0' TFM to UWP
### Workaround for #238 This PR adds the `net9.0-windows10.0.26100.0` TFM for UWP.Arlodotexe created a comment on a pull request on CommunityToolkit/Tooling-Windows-Submodule
CI failed here, but it's failing on the upstream PR branch as well. Let's merge and continue.
Arlodotexe created a review on a pull request on CommunityToolkit/Tooling-Windows-Submodule
Arlodotexe pushed 3 commits to uwp-net8-windows CommunityToolkit/Labs-Windows
Arlodotexe pushed 3 commits to multitarget/enabled-targetframework-overrides CommunityToolkit/Tooling-Windows-Submodule
- Rewired and cleaned up "Available" vs "Enabled" MultiTargets and TargetFrameworks. Lifted TFM toggling above TFM decl... f50a5c1
- Fix MultiTarget imports in all project heads a7ac78e
- Merge branch 'multitarget/enabled-targetframework-overrides' of https://github.com/CommunityToolkit/Tooling-Windows-S... 550bfed
Arlodotexe pushed 1 commit to fix-colorpicker-binding-failed Poker-sang/Windows
- Add XML documentation to NullToTransparentConverter class 94576a9
Arlodotexe pushed 9 commits to multitarget/enabled-targetframework-overrides CommunityToolkit/Tooling-Windows-Submodule
- Add HasWinUI2 condition and update PackageReference for Microsoft.UI.Xaml b42838d
- Improved HasWinUI / HasWinUI2 conditional logic 441dc4e
- Consolidated GlobalUsings and introduced EnableGlobalUsings property. Respects HasWinUI. 0266011
- Move non-WinUI props into separate file 0e90413
- Consolidate GlobalUsings imports around tooling b5cf356
- Reorder ./MultiTarget/Extra.props import for clarity d8f6b02
- Remove leftover test code 83dff9f
- Rewired and cleaned up "Available" vs "Enabled" MultiTargets and TargetFrameworks. Lifted TFM toggling above TFM decl... 7036724
- Fix MultiTarget imports in all project heads b7521ef
Arlodotexe created a comment on a pull request on CommunityToolkit/Windows
For some reason only the `android` target threw [this error](https://github.com/CommunityToolkit/Windows/actions/runs/12440200338/job/34735311415?pr=579), but it'll need to be fixed: ``` "...
Arlodotexe pushed 7 commits to main CommunityToolkit/Tooling-Windows-Submodule
- Add HasWinUI2 condition and update PackageReference for Microsoft.UI.Xaml b42838d
- Improved HasWinUI / HasWinUI2 conditional logic 441dc4e
- Consolidated GlobalUsings and introduced EnableGlobalUsings property. Respects HasWinUI. 0266011
- Move non-WinUI props into separate file 0e90413
- Consolidate GlobalUsings imports around tooling b5cf356
- Reorder ./MultiTarget/Extra.props import for clarity d8f6b02
- Remove leftover test code 83dff9f
Arlodotexe closed a pull request on CommunityToolkit/Tooling-Windows-Submodule
MultiTarget updates: Organize GlobalUsings, add HasWinUI2 msbuild property
This PR: - Organizes our GlobalUsings - Cleans up random imports or exclusions - Adds a `EnableGlobalUsings` property (enabled by default) - Respects the `HasWinUI` property when import...Arlodotexe pushed 49 commits to betterSettingsControls ProJend/Windows
- Fixing CSWinRT1028 warnings, adding partials for AoT. 3cfebae
- Suppress internally generated error CsWinRT1028, add notes 2458c37
- Use preview version of Behaviors 2a78079
- Added compilation conditionals for missing Windows.UI.Xaml.Automation.ElementNotEnabledException c29ae3f
- Added compilation conditionals for missing Windows.UI.ColorHelper e038552
- Use Microsoft.UI.Xaml.Automation.ElementNotEnabledException on modern uwp 76c5ac6
- Use color.ToString() as ToDisplayName replacement on modern uwp 4652f21
- Add source 038dde9
- Fixing FontWeight and FontStyle namespaces 27d180c
- Fixed bad property declaration d25176b
- Update Microsoft.WindowsAppSDK to 1.6.240807006-preview1, remove CsWinRT1028 suppression. 5be0a43
- Package updates and fixes for modern dotnet on uwp 4bb9278
- Upgrade to latest Microsoft.Xaml.Behaviors.Uwp.Managed and Microsoft.UI.Xaml 178a71e
- Add nullability annotations to converter and extension methods 410ff81
- Update package references for Uno.Microsoft.Xaml.Behaviors to version 3.0.0-dev.17.g7c09b9114d 2fdbdb8
- Update SDK version to 9.0.101 in global.json a7e3f92
- Update tooling with latest fixes, update behaviors f865556
- Delete docs submodule 8da3e93
- Ran XAML styler da89288
- Upgrade to .NET 9.0 in Dockerfile, devcontainer.json, build.yml, and global.json aa3776f
- and 29 more ...
Arlodotexe pushed 53 commits to dwm Lamparter/CommunityToolkit-Windows
- Fix: StaggeredLayout division bug c756dd5
- Update tooling pointer Follow-on commmit for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/232 2e64c30
- Fix: prevent StaggeredLayout floating point errors (#573) * prevent floating point errors * fix spacing * Appl... 044f82f
- Update default MultiTargets in GenerateAllSolution.bat to only include uwp, wasdk, and wasm 5180e74
- Fixing CSWinRT1028 warnings, adding partials for AoT. 3cfebae
- Suppress internally generated error CsWinRT1028, add notes 2458c37
- Use preview version of Behaviors 2a78079
- Added compilation conditionals for missing Windows.UI.Xaml.Automation.ElementNotEnabledException c29ae3f
- Added compilation conditionals for missing Windows.UI.ColorHelper e038552
- Use Microsoft.UI.Xaml.Automation.ElementNotEnabledException on modern uwp 76c5ac6
- Use color.ToString() as ToDisplayName replacement on modern uwp 4652f21
- Add source 038dde9
- Fixing FontWeight and FontStyle namespaces 27d180c
- Fixed bad property declaration d25176b
- Update Microsoft.WindowsAppSDK to 1.6.240807006-preview1, remove CsWinRT1028 suppression. 5be0a43
- Package updates and fixes for modern dotnet on uwp 4bb9278
- Upgrade to latest Microsoft.Xaml.Behaviors.Uwp.Managed and Microsoft.UI.Xaml 178a71e
- Add nullability annotations to converter and extension methods 410ff81
- Update package references for Uno.Microsoft.Xaml.Behaviors to version 3.0.0-dev.17.g7c09b9114d 2fdbdb8
- Update SDK version to 9.0.101 in global.json a7e3f92
- and 33 more ...