repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs1699-3.cs
blob
191d0a90cb5b4e8f6442e705da52dabe7b03ef01
1
// CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
2
// Line: 7
3
// Compiler options: -warnaserror -warn:4
4
5
using
System
.
Reflection
;
6
7
[
assembly
:
AssemblyKeyFile
(
"key.snk"
)]