File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ indent_size = 2
3030
3131# Dotnet code style settings:
3232[* .{cs,vb} ]
33+ tab_width = 4
34+
3335# Sort using and Import directives with System.* appearing first
3436dotnet_sort_system_directives_first = true
3537# Avoid "this." and "Me." if not necessary
@@ -57,6 +59,9 @@ dotnet_style_require_accessibility_modifiers = omit_if_default:error
5759# IDE0040: Add accessibility modifiers
5860dotnet_diagnostic.IDE0040.severity = error
5961
62+ # IDE1100: Error reading content of source file 'Project.TargetFrameworkMoniker' (i.e. from ThisAssembly)
63+ dotnet_diagnostic.IDE1100.severity = none
64+
6065[* .cs ]
6166# Top-level files are definitely OK
6267csharp_using_directive_placement = outside_namespace:silent
Original file line number Diff line number Diff line change 4343
4444 $product = dotnet msbuild $props -getproperty:Product
4545 if (-not $product) {
46- write-error " To use OSMF EULA, ensure the $(Product) property is set in Directory.props"
46+ write-error ' To use OSMF EULA, ensure the $(Product) property is set in Directory.props'
4747 exit 1
4848 }
4949
Original file line number Diff line number Diff line change 2323 skip
2424[file ".editorconfig"]
2525 url = https://github.com/devlooped/oss/blob/main/.editorconfig
26- sha = c779d3d4e468358106dea03e93ba2cd35bb01ecb
27- etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
26+ sha = a62c45934ac2952f2f5d54d8aea4a7ebc1babaff
27+ etag = b5e919b472a52d4b522f86494f0f2c0ba74a6d9601454e20e4cbaf744317ff62
2828 weak
2929[file ".gitattributes"]
3030 url = https://github.com/devlooped/oss/blob/main/.gitattributes
9595 skip
9696[file ".github/workflows/includes.yml"]
9797 url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
98- sha = 6a6de0580b40e305f7a0f41b406d4aabaa0756fe
99- etag = 1a5cd7a883700c328105910cc212f5f8c9f3759fc1af023e048a9f486da794c1
98+ sha = 26e8cb798ce72dec7072db826cc9694d456797bd
99+ etag = df06492eeb2daaae4168d71bbb643f5da2693b67cdd58c42ffa44a191ee99b69
100100 weak
101101[file ".github/release.yml"]
102102 url = https://github.com/devlooped/oss/blob/main/.github/release.yml
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ We fetch binaries from:
9696[ ![ Keith Pickford] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Keflon.png " Keith Pickford ")] ( https://github.com/Keflon )
9797[ ![ Thomas Bolon] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/tbolon.png " Thomas Bolon ")] ( https://github.com/tbolon )
9898[ ![ Kori Francis] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/kfrancis.png " Kori Francis ")] ( https://github.com/kfrancis )
99- [ ![ Toni Wenzel] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/twenzel.png " Toni Wenzel ")] ( https://github.com/twenzel )
10099[ ![ Uno Platform] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/unoplatform.png " Uno Platform ")] ( https://github.com/unoplatform )
101100[ ![ Reuben Swartz] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/rbnswartz.png " Reuben Swartz ")] ( https://github.com/rbnswartz )
102101[ ![ Jacob Foshee] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jfoshee.png " Jacob Foshee ")] ( https://github.com/jfoshee )
@@ -118,9 +117,9 @@ We fetch binaries from:
118117[ ![ Justin Wendlandt] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jwendl.png " Justin Wendlandt ")] ( https://github.com/jwendl )
119118[ ![ Adrian Alonso] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/adalon.png " Adrian Alonso ")] ( https://github.com/adalon )
120119[ ![ Michael Hagedorn] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Eule02.png " Michael Hagedorn ")] ( https://github.com/Eule02 )
120+ [ ![ ] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/henkmartijn.png " ")] ( https://github.com/henkmartijn )
121121[ ![ torutek] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/torutek.png " torutek ")] ( https://github.com/torutek )
122- [ ![ Ryan McCaffery] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mccaffers.png " Ryan McCaffery ")] ( https://github.com/mccaffers )
123- [ ![ Alex Wiese] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/alexwiese.png " Alex Wiese ")] ( https://github.com/alexwiese )
122+ [ ![ mccaffers] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mccaffers.png " mccaffers ")] ( https://github.com/mccaffers )
124123
125124
126125<!-- sponsors.md -->
You can’t perform that action at this time.
0 commit comments