Skip to content

Commit d0e9631

Browse files
committed
Initial commit
Clean up the shared scenarios files
1 parent 8bc9a13 commit d0e9631

609 files changed

Lines changed: 65431 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 969 additions & 0 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,21 @@ mono_crash.*
2222
[Dd]ebugPublic/
2323
[Rr]elease/
2424
[Rr]eleases/
25-
x64/
26-
x86/
25+
26+
[Dd]ebug/x64/
27+
[Dd]ebugPublic/x64/
28+
[Rr]elease/x64/
29+
[Rr]eleases/x64/
30+
bin/x64/
31+
obj/x64/
32+
33+
[Dd]ebug/x86/
34+
[Dd]ebugPublic/x86/
35+
[Rr]elease/x86/
36+
[Rr]eleases/x86/
37+
bin/x86/
38+
obj/x86/
39+
2740
[Ww][Ii][Nn]32/
2841
[Aa][Rr][Mm]/
2942
[Aa][Rr][Mm]64/
@@ -310,9 +323,6 @@ node_modules/
310323
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
311324
*.vbw
312325

313-
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
314-
*.vbp
315-
316326
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
317327
*.dsw
318328
*.dsp
@@ -416,3 +426,30 @@ FodyWeavers.xsd
416426
*.msix
417427
*.msm
418428
*.msp
429+
430+
# Received files
431+
src/*.Tests/**/*ApiApprovalTests*.received.txt
432+
433+
# IntelliJ/Rider files
434+
.idea/
435+
436+
# Mono Files
437+
.mono/
438+
439+
# Fody Weavers (for tests)
440+
src/Tools/
441+
442+
# Xamarin.Android Resource.Designer.cs files
443+
**/*.Android/**/[Rr]esource.[Dd]esigner.cs
444+
**/*.Droid/**/[Rr]esource.[Dd]esigner.cs
445+
**/Android/**/[Rr]esource.[Dd]esigner.cs
446+
**/Droid/**/[Rr]esource.[Dd]esigner.cs
447+
**/[Rr]esources/[Rr]esource.[Dd]esigner.cs
448+
449+
# MSBuild generator editor configs
450+
**/*.GeneratedMSBuildEditorConfig.editorconfig
451+
/app
452+
.dotnet/
453+
454+
# Claude Settings
455+
.claude/

CLAUDE.md

Lines changed: 331 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2026 ReactiveUI
3+
Copyright (c) ReactiveUI Association Incorporated 2019 - 2026
4+
5+
All rights reserved.
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)