Skip to content

Commit

Permalink
Merge pull request #1354 from autofac/feature/resx-update
Browse files Browse the repository at this point in the history
Convert strongly-typed resource generation to MSBuild
  • Loading branch information
tillig authored Oct 31, 2022
2 parents 58e297d + a7addde commit 6184a81
Show file tree
Hide file tree
Showing 53 changed files with 78 additions and 4,620 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ publish/
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
packages/

# Windows Azure Build Output
Expand All @@ -139,6 +138,7 @@ node_modules/
bower_components/
wwwroot/
project.lock.json
*.Designer.cs

# RIA/Silverlight projects
Generated_Code/
Expand Down
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
{
"cSpell.words": [
"autofac",
"autowired",
"autowiring",
"browsable",
"cref",
"diagnoser",
"inheritdoc",
"langword",
"netstandard",
"notnull",
"paramref",
"startable",
"typeparam",
"xunit"
],
"dotnet-test-explorer.testProjectPath": "test/**/*Test.csproj",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.resx": "$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb"
},
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true
}
418 changes: 63 additions & 355 deletions src/Autofac/Autofac.csproj

Large diffs are not rendered by default.

72 changes: 0 additions & 72 deletions src/Autofac/Builder/BuildCallbackServiceResources.Designer.cs

This file was deleted.

73 changes: 0 additions & 73 deletions src/Autofac/Builder/RegistrationBuilderResources.Designer.cs

This file was deleted.

82 changes: 0 additions & 82 deletions src/Autofac/ContainerBuilderResources.Designer.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6184a81

Please sign in to comment.