Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Arlodotexe pushed 32 commits to uwp-net8-windows CommunityToolkit/Labs-Windows
- Merge pull request #579 from CommunityToolkit/components/notifications Ported notifications component from 7.x eba3625
- Fixed possible NRE on MarkdownTextBlock. 220fae9
- Added test. 40e24a5
- Add an extension method for getting string attribute value from HtmlNode and use it. a440930
- Cleanup new test case 09d917e
- Merge pull request #586 from CommunityToolkit/alzollin/fixNullMdtb Fixed possible NRE on MarkdownTextBlock. ba694e0
- Temporary fix for Fenced code block rendering 05709d0
- Add support for excluding MultiTargets in build workflow based on WinUI version 74f1934
- MarkdownTextBlock: Minor style improvements 53a48fb
- Specify directory for dotnet to install to and execute from 0472fae
- Treat NU1901-NU1904 as Warnings instead of Errors 16d639d
- Merge pull request #605 from CommunityToolkit/fix/ci/unexpected-net9 Specify directory for dotnet to install to and ... 62364fa
- Merge branch 'main' into user/juosori/StyleFixes1 3087a70
- Merge branch 'main' into fix/package/mutually-exclusive-winui a1999be
- Merge pull request #602 from CommunityToolkit/fix/package/mutually-exclusive-winui Exclude uwp/wasdk MultiTarget in ... 15118ab
- Added InlineCodeForeground. b1939e3
- Added OnLinkClicked event. b41d8f0
- Added header margins. 5de5ceb
- Moved OnLinkClicked event to MarkdownTextBlock. 6dafb91
- Merge branch 'main' into user/juosori/temp_fenced_code_block 8ea040f
- and 12 more ...
Arlodotexe pushed 9 commits to uwp-net8-windows CommunityToolkit/Windows
- Update tooling pointer to latest https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/230 8766825
- Upgrade to .NET 9.0 in Dockerfile, devcontainer.json, build.yml, and global.json 00fde20
- Fix null reference by returning empty string for missing localization resources b736b19
- Improved null value handling, fixes net9.0 errors 4fadfdb
- Update tooling with wasm head fix a366251
- Update package versions, update tooling pointer f03f407
- Merge branch 'uwp-net8-windows' into net9.0 6e80763
- Update subproject commit reference in tooling 8f735f6
- Merge pull request #563 from CommunityToolkit/net9.0 Upgrade to .NET 9.0 29e9b08
Arlodotexe closed a pull request on CommunityToolkit/Windows
Upgrade to .NET 9.0
This PR updates our tooling to .NET 9.0.100, including updates to: - TargetFrameworks - Added alongside existing TFMs for Uno and Wasdk - Update tooling to handle multi-tfm value for Uno - Dock...Arlodotexe pushed 1 commit to net9.0 CommunityToolkit/Windows
- Update subproject commit reference in tooling 8f735f6
Arlodotexe pushed 52 commits to net9.0 CommunityToolkit/Windows
- Fixing CSWinRT1028 warnings, adding partials for AoT. 5a8ffc6
- Suppress internally generated error CsWinRT1028, add notes c51880f
- Updated tooling pointer 60fea69
- Bump tooling to head of branch `uwp-net8-windows` f7b86ea
- Use preview version of Behaviors 3bab798
- Use preview version of Win2d d0e6c91
- Added compilation conditionals for missing Windows.UI.Xaml.Automation.ElementNotEnabledException d5f647b
- Added compilation conditionals for missing Windows.UI.ColorHelper f29e98b
- Update tooling; suppress CA1416 on modern uwp 9ed07c7
- Use Microsoft.UI.Xaml.Automation.ElementNotEnabledException on modern uwp c9e4b22
- Use color.ToString() as ToDisplayName replacement on modern uwp ab5327b
- Add source 832e7de
- Bumped tooling, fixed modern uwp platform configuration in visual studio ec91a41
- Update tooling pointer 2f1c540
- Bump tooling to latest wasdk/1.6 8032a25
- Fixing FontWeight and FontStyle namespaces 0098b7b
- Update tooling 15f810e
- Update tooling 1e0d1d1
- Merge branch 'main' into wasdk/1.6 3ae2b70
- Fixed bad property declaration 520dcbb
- and 32 more ...
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Windows
- Delete docs submodule 256e78a
Arlodotexe pushed 38 commits to uwp-net8-windows CommunityToolkit/Windows
- Update pointer for testing WebView2Loader removal See https://github.com/CommunityToolkit/Tooling-Windows-Submodule/... 3862834
- Update WebView2, removed broken WebView2NeverCopyLoaderDllToOutputDirectory conditions 7803ded
- Update WebView2 package reference to include PrivateAssets="all" 073a892
- Update tooling to latest main 5fd59df
- Fixed AoT data binding in IncrementalLoadingCollectionSample.xaml. Fixes #514 665ba24
- Update Microsoft.Graphics.Win2D package reference to version 1.3.0 3878ef9
- Update tooling to latest main b591f41d647f0462976451705ed73de96d6d0157 aa52a5a
- Enable AllowUnsafeBlocks where needed d3d4482
- Update tooling to latest main, fix AllowUnsafeBlocks in gallery and test heads. Pulls in https://github.com/Communit... d370049
- Enable AllowUnsafeBlocks where needed Follow-up to 6e8600d667c977982df75e763a2ab51658e82286 5ff4d4f
- Clean-up ACV sample to use x:Bind, remove redundant code in md file with embedded sample. eea8a63
- Finish Fixing #513 - Cleans-up some of the duplicate usage of Person which was making for odd namespace collision (le... 22dac5c
- Ensure to reference x:Bind in XML comments b1b24b6
- Clean-up and remove code-behind for IncrementalLoadingCollection sample to use x:Bind instead e82c702
- Use discard for unneeded output to TryParse in ACV sample 896c0ae
- Do more modernization of C# syntax for AdvancedCollectionView code example fa5579c
- Add `Mode=OneWay` to switch to x:Bind in XML comment for State Triggers Apply suggestions from code review 894dc33
- Update config.yml 9b05f7d
- Updated Win2d, fixed AttachedCardShadow on Wasdk 1.6 (#526) * Updated Win2d, fixed AttachedCardShadow AoT crash on W... f03fe87
- chore: update typos in class properties summary 7ab8a42
- and 18 more ...
Arlodotexe opened a pull request on CommunityToolkit/Windows
Enable .NET 8 for uwp MultiTarget, upgrade packages
For components that declare a `uwp` MultiTarget, this PR: - Introduces the `net8.0-windows10.0.26100.0` TFM alongside the existing `uap10.0.17763` - Auto-enables the required properties for targ...Arlodotexe created a comment on a pull request on CommunityToolkit/Tooling-Windows-Submodule
CI is blocked by this error. Cause unknown, needs investigation. ![image](https://github.com/user-attachments/assets/008c2764-bebf-44af-a758-5740ba340300)
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Add workaround to remove WebView2Loader.dll due to broken reference in Microsoft.Xaml.Behaviors.WinUI.Managed 3.0.0-p... 83624f6
Arlodotexe pushed 2 commits to component/DependencyPropertyGenerator CommunityToolkit/Labs-Windows
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Windows
- Update tooling with latest fixes, update behaviors 79e4a2e
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Upgrade Microsoft.Xaml.Behaviors.WinUI.Managed to latest version, remove support for out-of-support net6.0-windows* a... 4fac683
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Fixed .NET 9 auto-discovery of custom build asset wwwroot/index.html conflicting with Uno Bootstrapper version 5c0d074
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Only use Microsoft.Windows.SDK.CPP on modern .NET 8d56d3f
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Fix conditional PackageReference being ignored VS by moving into dedicated files. 7fae1c0
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Fixed declaration order for MultiTargetPlatformIdentifier definition and props files which use it 00974a2
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Fixed declaration order for MultiTargetPlatformIdentifier definition and props files which use it 925bf57
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Removal of IsWindowsTfm bool in favor of value checks on MultiTargetPlatformIdentifier 35b9e39
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Removal of IsWindowsTfm bool in favor of value checks on MultiTargetPlatformIdentifier 464a866
Arlodotexe created a review on a pull request on CommunityToolkit/Tooling-Windows-Submodule
Arlodotexe created a review comment on a pull request on CommunityToolkit/Tooling-Windows-Submodule
Good catch, fixed in https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/235/commits/c0d535d20494566b135b8f527e98d0b7b918ecbc
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Use custom property instead of TargetPlatformIdentifier to avoid SDK conflicts c0d535d
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Introduce TargetPlatformIdentifier property for value comparisons 3a181ac
Arlodotexe pushed 1 commit to uwp-net8-windows CommunityToolkit/Tooling-Windows-Submodule
- Introduced IsWindowsTfm MultiTargetIdentifier shorthand f342a14