Skip to content

Commit 4649184

Browse files
prep for release
1 parent d1a010d commit 4649184

File tree

6 files changed

+25
-13
lines changed

6 files changed

+25
-13
lines changed

DeveloperTools.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1919
README.md = README.md
2020
EndProjectSection
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeveloperTools.Tests", "tests\DeveloperTools.Tests\DeveloperTools.Tests.csproj", "{C5E53838-AD6F-4482-B3C0-2ECC25007D42}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveloperTools.Tests", "tests\DeveloperTools.Tests\DeveloperTools.Tests.csproj", "{C5E53838-AD6F-4482-B3C0-2ECC25007D42}"
2323
EndProject
2424
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D10CB333-5340-4E93-B7BC-15E3AB1B3335}"
2525
EndProject

DeveloperTools/EPiServer.DeveloperTools.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1414
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
1515
<PackageId>EPiServer.DeveloperTools</PackageId>
16-
<Title>EPiServer Developer Tools (EXPERIMENTAL)</Title>
16+
<Title>Optimizely Developer Tools (EXPERIMENTAL)</Title>
1717
<PackageIcon>icon.png</PackageIcon>
1818
<Authors>EPiServer</Authors>
1919
<Description>EXPERIMENTAL! Allows to run various support tools on the site. Currently not officially supported by EPiServer Support Services. Use at your own risk!</Description>
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" />
38+
<None Include="..\images\icon.png" Pack="true" PackagePath="\" />
3939
</ItemGroup>
4040

4141
<ItemGroup>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project>
6+
<PropertyGroup>
7+
<Configuration>Release</Configuration>
8+
<Platform>Any CPU</Platform>
9+
<PublishDir>bin\Release\net6.0\publish\</PublishDir>
10+
<PublishProtocol>FileSystem</PublishProtocol>
11+
<_TargetId>Folder</_TargetId>
12+
</PropertyGroup>
13+
</Project>

DeveloperTools/appsettings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
Developer Tools project
22
==============
3-
Download latest build on [NuGet](http://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.DeveloperTools) or [under releases](https://github.com/episerver/DeveloperTools/releases)
43

5-
Experimental project to build small tools useful for developers. Install as an add-on in EPiServer CMS 7.5 (or later) using the manual upload button under Addons. When installed you must be part of the Administrators group to use the tool, a new menu "Developer" should appear in the top menu. And remember, use at your own risk - this is not a supported product.
4+
Download latest build on [NuGet](https://nuget.optimizely.com/package/?id=EPiServer.DeveloperTools) or [under releases](https://github.com/episerver/DeveloperTools/releases)
5+
6+
Experimental project to build small tools useful for developers. Install as an add-on in Optimizely CMS 12 (or later).
7+
When installed you must be part of the Administrators group to use the tool, a new menu "Developer" should appear in the top menu.
8+
9+
DISCLAIMER: Remember, use at your own risk - this is not a supported product!
610

711
Current features:
812

9-
* View contents of the StructureMap container
10-
* View Log4net logs (based on in-memory appender)
13+
* View contents of the Dependency Injection container
1114
* View Content Type sync state between Code and DB
12-
* Take memory dumps
1315
* View templates for content
14-
* View and test ASP.NET routes
16+
* View ASP.NET routes
1517
* View loaded assemblies in AppDomain
1618
* View startup time for initialization modules
1719
* View remote event statistics, provider and servers
1820
* View all registered view engines
19-
* View local object cache content (with option to remove some items)
21+
* View local object cache content (with option to remove items)
2022

2123
## How Risky it is to install on production?
2224
You can read more in depth analysis of toolset and it's side-effects [here](https://blog.tech-fellow.net/2019/02/14/how-risky-are-episerver-developertools-on-production-environment/).

images/redirects.png

-41.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)