Orchard/src/Orchard.Web/Modules/Orchard.Dashboards
Benedek Farkas fb1aa73475
8776: Upgrade Microsoft.CodeDom.Providers.DotNetCompilerPlatform to latest version (#8777)
* Upgrading projects, code generation templates and Specflow app to use Microsoft.CodeDom.Providers.DotNetCompilerPlatform 4.1.0 (latest)

* Updating csprojs not to define LangVersion separately in Release and Debug mode, setting it to "default" instead of "latest"

* Restricting C# language version to 7.3

* Downgrading SmtpMessageChannel.cs to C# 7.3

* Setting MvcBuildViews = false in the remaining csprojs that reference DotNetCompilerPlatform, like the others

* Setting RoslynCopyToOutDir = false in each csproj that references DotNetCompilerPlatform

See https://github.com/aspnet/RoslynCodeDomProvider?tab=readme-ov-file#build-time-options
- We only need Orchard.Web to include the Roslyn tools in its bin folder, the other csprojs only need the DLL reference
- We could simply remove the targets import in these csprojs, but it will be re-added when the package is updated, so this is cleaner/easier

* We don't actually need <MvcBuildViews>false</MvcBuildViews> in csprojs

* Orchard.Web: Copying Roslyn files to the output folder using the provided target (CopyRoslynCompilerFilesToOutputDirectory) instead of our custom one

* Orchard.proj: Factoring out a part of the Compile target into the DevCompile target and removing BuildViews target

- For a simple local build (just to validate that the solution builds), we don't actually need that second build that copies files to the output folder.
- CI builds (Test, Spec, etc.) that operate on the build output folder are unaffected, because Compile calls DevCompile
- The BuildViews target is not really necessary, just call any other target (Compile, DevCompile, Spec, etc.) with "/p:MvcBuildViews=true"

* Removing incorrect comment about Razor IntelliSense

* Removing VBCodeProvider configuration from Web.config files

* Getting rid of Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets imports and associated configuration except in Orchard.Web.csproj

* Adding VB compiler configuration to src/Orchard.Web/Web.config, because it would be readded on rebuild by the imported target anyway
2024-04-04 16:35:29 +02:00
..
Controllers Added permission checks. 2015-06-27 12:51:08 +03:00
Drivers Incremental work on Dashboards. 2015-05-09 01:12:17 +02:00
Handlers Incremental work on Dashboards. 2015-05-09 01:12:17 +02:00
Models Incremental work on Dashboards. 2015-05-04 19:40:11 +02:00
Properties Bumping version number to 1.10.3 2019-02-19 21:00:04 +01:00
Scripts Cleaned up and reformatted all Web.config files according to #6072. 2016-01-22 20:38:34 +01:00
Services Fixed default dashboard layout data string. 2015-09-02 14:40:15 +01:00
Shapes Incremental work on Dashboards. 2015-05-08 00:38:03 +02:00
Styles Orchard.Dashboards should use the existing bootstrap.css from Orchard.Resources. (#7756) 2017-07-06 21:08:03 +02:00
Views Orchard.Dashboards should use the existing bootstrap.css from Orchard.Resources. (#7756) 2017-07-06 21:08:03 +02:00
AdminMenu.cs Simplifying dashboard management. 2015-05-20 01:27:53 +02:00
Migrations.cs Adding WithIdentity() content metadata helper to add IdentityPart in migrations and changing affected code to use this 2016-01-04 19:09:00 +01:00
Module.txt Bumping version number to 1.10.3 2019-02-19 21:00:04 +01:00
Orchard.Dashboards.csproj 8776: Upgrade Microsoft.CodeDom.Providers.DotNetCompilerPlatform to latest version (#8777) 2024-04-04 16:35:29 +02:00
packages.config 8776: Upgrade Microsoft.CodeDom.Providers.DotNetCompilerPlatform to latest version (#8777) 2024-04-04 16:35:29 +02:00
Permissions.cs Incremental work on Dashboards. 2015-05-09 01:12:17 +02:00
Placement.info Incremental work on Dashboards. 2015-05-09 01:12:17 +02:00
Routes.cs Incremental work on Dashboards. 2015-05-09 01:12:17 +02:00
Web.config 8776: Upgrade Microsoft.CodeDom.Providers.DotNetCompilerPlatform to latest version (#8777) 2024-04-04 16:35:29 +02:00