Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Mar 21, 2023
1 parent 7ec9748 commit 255ada0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AltCover.Engine/CecilEx.fs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ open System.Reflection

open Mono.Cecil
open Mono.Cecil.Cil
open Mono.Cecil.Metadata

module AssemblyConstants =
let internal nugetCache =
Expand All @@ -25,7 +24,7 @@ module AssemblyConstants =
"packages"
)

let dotnetDir =
let internal dotnetDir =
let list =
Environment
.GetEnvironmentVariable("PATH")
Expand All @@ -37,7 +36,7 @@ module AssemblyConstants =
File.Exists(Path.Combine(p, "dotnet"))
|| File.Exists(Path.Combine(p, "dotnet.exe")))

let packageEnv =
let internal packageEnv =
let e =
Environment.GetEnvironmentVariable "NUGET_PACKAGES"
|> Option.ofObj
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wi
read the FAQ : https://github.com/SteveGilham/altcover/wiki/FAQ

# (Habu series release 21)
* [BUGFIX] Issue #179 - Improve and strengthen the heuristic for locating dependent assemblies, prossibly slightly speeding the look-up in the process by eliminating potentially duplicated effort.

# 8.6.40 (Habu series release 20)
* [BUGFIX] Issue #178 - possible NRE when instrumenting woven code e.g. using Fody
Expand Down

0 comments on commit 255ada0

Please sign in to comment.