Commit Graph

61 Commits

Author SHA1 Message Date
amacocian 8121d3191e Move shared files to shared folder 2025-08-01 15:38:48 +02:00
amacocian 786728d632 Fix tests 2025-08-01 15:22:43 +02:00
amacocian a2afb3b1ee Update dotnet version in pipelines 2025-08-01 15:18:15 +02:00
amacocian f02af67c7f Setup WpfExtended.Blazor extensions 2025-08-01 15:15:47 +02:00
amacocian ffe46f1e37 Slim upgrades and bugfixes 2025-07-30 12:35:42 +02:00
amacocian 187cd6609d Update Slim 2025-07-30 01:05:06 +02:00
amacocian c22ec7d874 Update dependency 2025-07-30 00:23:22 +02:00
amacocian 32560f7326 Update dependencies 2025-07-29 19:11:33 +02:00
amacocian dc6907bc79 Make ApplicationStarting asynchronous 2025-05-14 12:45:14 +02:00
amacocian c0f4b69d80 Fix tests 2025-05-14 12:18:38 +02:00
amacocian 8ac8b78758 Add switch for showing main window on startup 2025-05-14 12:08:14 +02:00
amacocian 9d7ce59e14 Use compilation units
Use filescoped namespaces where supported
2024-04-11 11:59:00 +02:00
amacocian 5d63d73f93 Fix pipelines 2024-04-10 21:52:13 +02:00
amacocian e6df17358b Switch to Incremental Generators
Implement INotifyPropertyChanged Generator
2024-04-10 21:48:51 +02:00
amacocian a4dbcd9d53 Change snowfall noise algorithm 2023-10-31 17:47:53 +01:00
amacocian 16f60dbc57 Remove wind direction. Use instead WindStrength 2023-10-30 18:24:43 +01:00
amacocian 3206512cfb Adjust snowfall noise 2023-10-30 11:41:57 +01:00
amacocian b666bd7968 Snowfall effect 2023-10-30 00:18:52 +01:00
amacocian 02f83fc78e DepthBlur, Noise, Impasto effects 2023-09-11 10:10:29 +02:00
amacocian da2263c30f Update .net in pipelines 2023-08-31 23:50:43 +02:00
amacocian faf7e4248b Fix DependencyPropertySourceGenerator broken due to unknown diagnostic message (#17) 2023-08-31 23:47:31 +02:00
amacocian daca000745 Remove Moq 2023-08-09 19:11:44 +02:00
amacocian 409b6cdf16 Fix initialization order (#15) 2023-05-02 20:39:06 +02:00
amacocian 13d5a0f7f6 Bump dependencies (#14) 2022-09-12 19:43:15 +02:00
amacocian 64da5aa909 Update WpfExtended.csproj (#13) 2022-09-12 12:31:05 +02:00
amacocian 544ec77667 Integrate with Microsoft.Extensions.DependencyInjection (#12)
* Integrate with Microsoft.Extensions.DependencyInjection

* Setup CODEOWNERS
2022-09-09 20:13:59 +02:00
amacocian d349041cbe Update dependencies (#11)
* Update dependencies

* Fix pipelines
2022-08-03 22:42:19 +02:00
amacocian 40e85ffe96 Update dependencies (#10) 2021-09-10 10:10:12 +02:00
amacocian dd99b05ee8 Update DI nuget (#8) v0.6.1 2021-07-10 13:18:46 +03:00
amacocian 1325a6821e Move DI code to SystemExtensions nuget (#7) v0.6 2021-07-10 11:43:53 +03:00
Alexandru Macocian cd68132463 Update Slim dependency v0.5.2 2021-06-17 13:06:45 +02:00
amacocian 7e9c3c5f64 Create unit tests (#6)
* Create unit tests
Rearrange test project structure
Implement ICVLoggerProvider interface for mocking/extensibility

* Fix UTs project path
v0.5.1
2021-06-16 15:09:49 +02:00
amacocian f818f4152d Application lifetime interface (#5)
Application lifetime hooks for services
Options implementations and resolver
Options manager interface to manage options
v0.5
2021-06-11 13:34:23 +02:00
amacocian 35c8630d8c Better log exception (#4) v0.4.2 2021-06-07 00:09:59 +02:00
amacocian a101b09984 Use IServiceProducer instead of IServiceManager (#3)
* Use IServiceProducer instead of IServiceManager

* Update version

Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
v0.4.1
2021-06-03 14:20:03 +02:00
amacocian 77a47b5d69 Introducing CV extensions (#2)
Implement default logger providers that would use CV
ILogsWriter for quick implementation of logs sink

Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
v0.4
2021-06-03 14:05:10 +02:00
amacocian 9b095d1818 Merge pull request #1 from AlexMacocian/alexmacocian/cicd-pipelines
Introduce CI&CD pipelines
2021-06-02 13:50:25 +02:00
Alexandru Macocian 1641b6ba49 Disable CD pipeline in PRs 2021-06-02 13:47:47 +02:00
Alexandru Macocian fc0e138af8 another try 2021-06-02 13:41:34 +02:00
Alexandru Macocian 89a134b997 Fix env macro 2021-06-02 13:36:53 +02:00
Alexandru Macocian 827e75dd26 Use Github workspace env variable 2021-06-02 13:34:08 +02:00
Alexandru Macocian 1e02da5a25 Try manual solutiondir 2021-06-02 13:19:59 +02:00
Alexandru Macocian a39af0766f Introduce CI&CD pipelines 2021-06-02 13:13:26 +02:00
Alexandru Macocian 6155b7f165 Remove loggerfactory method and add loggerfactory to SetupServiceManager. 2021-05-18 17:21:41 +02:00
Alexandru Macocian 35db01d611 Implement http message handler factory to generate httpmessagehandler for each IHttpClient. 2021-05-14 12:59:38 +02:00
Alexandru Macocian f7d596bebd Add logging to httpclient. 2021-05-14 09:22:39 +02:00
Alexandru Macocian 668d54d5c9 Implemented HttpClientResolver and LoggerResolver.
Refactored application statup flow to include HttpClientResolver as optional and SetupLoggerFactory to setup logging.
2021-05-13 18:37:32 +02:00
Alexandru Macocian 6949ebfb7b Updated to SystemExtensions 1.1.4
Updated to Slim 1.2.2
2021-05-02 18:31:18 +02:00
Alexandru Macocian b176afdfa7 Increased optimization to O3 for shaders.
Implemented kuwahara filter.
2021-04-19 21:21:34 +02:00
Alexandru Macocian 6a6e26462b Issue diagnostics when encountering errors. 2021-04-06 17:03:42 +02:00