Skip to content

Commit

Permalink
Версия 1.2.0.0000. Актуализация на DIRECTUM 5.6, поддержка управляемы…
Browse files Browse the repository at this point in the history
…х папок
  • Loading branch information
gorodilov-directum committed Jul 20, 2018
1 parent 9861afa commit eac9b7e
Show file tree
Hide file tree
Showing 218 changed files with 4,434 additions and 2,972 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,5 @@ FakesAssemblies/
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

*.bak
4 changes: 2 additions & 2 deletions IsblCheck.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2C07469E-CB5F-46D4-A9B0-0786040D91FE}"
ProjectSection(SolutionItems) = preProject
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ Standalone-инсталлятор для агента IsblCheck. Пока без
#### Установка необходимого ПО

Для построения проекта необходимо:
* Visual Studio 2015 и выше;
* Visual Studio 2017
* [Расширение Antlr](https://visualstudiogallery.msdn.microsoft.com/25b991db-befd-441b-b23b-bb5f8d07ee9f)
* [Расширение SlowCheetah](https://github.com/Microsoft/slow-cheetah)
* [JRE](http://www.oracle.com/technetwork/java/javase/downloads/index.html)

Для сборки инсталляторов дополнительно необходимо поставить:
Expand Down
381 changes: 240 additions & 141 deletions src/IsblCheck.Agent/CodeCheckerCalculationProvider.cs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/IsblCheck.Agent/CodeCheckerExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Common.Logging;
using System.Configuration;
using Common.Logging;
using IsblCheck.Agent.Configuration;
using IsblCheck.Context.Application;
using IsblCheck.Context.Development;
Expand All @@ -7,7 +8,6 @@
using IsblCheck.Context.Development.Package;
using IsblCheck.Core.Checker;
using IsblCheck.Reports.Printers;
using System.Configuration;

namespace IsblCheck.Agent
{
Expand All @@ -16,7 +16,7 @@ namespace IsblCheck.Agent
/// </summary>
public static class CodeCheckerExtensions
{
private static ILog log = LogManager.GetLogger(typeof(CodeCheckerExtensions));
private static readonly ILog log = LogManager.GetLogger(typeof(CodeCheckerExtensions));

/// <summary>
/// Сконфигурировать чекер.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Configuration;
using System.Configuration;

namespace IsblCheck.Agent.Configuration
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Configuration;
using System.Configuration;

namespace IsblCheck.Agent.Configuration
{
Expand Down
23 changes: 12 additions & 11 deletions src/IsblCheck.Agent/IsblCheck.Agent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,25 @@
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
<Private>True</Private>
<Reference Include="Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
<Private>True</Private>
<Reference Include="Common.Logging.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
</Reference>
<Reference Include="Common.Logging.NLog41, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.NLog41.3.3.1\lib\net40\Common.Logging.NLog41.dll</HintPath>
<Private>True</Private>
<Reference Include="Common.Logging.NLog41, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<HintPath>..\..\packages\Common.Logging.NLog41.3.4.1\lib\net40\Common.Logging.NLog41.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NLog.4.4.4\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
Expand Down
Loading

0 comments on commit eac9b7e

Please sign in to comment.